Skip to content

Commit

Permalink
Temporarily disable aarch64-apple-darwin JIT CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtbucher committed Nov 6, 2024
1 parent 532fc08 commit 23f9904
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 23f9904

Please sign in to comment.