Skip to content

Commit

Permalink
GH-126464: Temporarily disable aarch64-apple-darwin JIT CI jobs (gh…
Browse files Browse the repository at this point in the history
…-126465)

* Temporarily disable aarch64-apple-darwin JIT CI jobs

* Also up here
  • Loading branch information
brandtbucher authored Nov 6, 2024
1 parent 83ba8c2 commit a204c63
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- x86_64-pc-windows-msvc/msvc
- aarch64-pc-windows-msvc/msvc
- x86_64-apple-darwin/clang
- aarch64-apple-darwin/clang
# - aarch64-apple-darwin/clang
- x86_64-unknown-linux-gnu/gcc
- x86_64-unknown-linux-gnu/clang
- aarch64-unknown-linux-gnu/gcc
Expand All @@ -79,10 +79,11 @@ jobs:
architecture: x86_64
runner: macos-13
compiler: clang
- target: aarch64-apple-darwin/clang
architecture: aarch64
runner: macos-14
compiler: clang
# GH-126464: A recent change to either GHA or LLVM broke this job:
# - target: aarch64-apple-darwin/clang
# architecture: aarch64
# runner: macos-14
# compiler: clang
- target: x86_64-unknown-linux-gnu/gcc
architecture: x86_64
runner: ubuntu-22.04
Expand Down

0 comments on commit a204c63

Please sign in to comment.