Skip to content

Commit 23f9904

Browse files
committed
Temporarily disable aarch64-apple-darwin JIT CI jobs
1 parent 532fc08 commit 23f9904

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/jit.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@ jobs:
7979
architecture: x86_64
8080
runner: macos-13
8181
compiler: clang
82-
- target: aarch64-apple-darwin/clang
83-
architecture: aarch64
84-
runner: macos-14
85-
compiler: clang
82+
# GH-126464: A recent change to either GHA or LLVM broke this job:
83+
# - target: aarch64-apple-darwin/clang
84+
# architecture: aarch64
85+
# runner: macos-14
86+
# compiler: clang
8687
- target: x86_64-unknown-linux-gnu/gcc
8788
architecture: x86_64
8889
runner: ubuntu-22.04

0 commit comments

Comments
 (0)