We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532fc08 commit 23f9904Copy full SHA for 23f9904
.github/workflows/jit.yml
@@ -79,10 +79,11 @@ jobs:
79
architecture: x86_64
80
runner: macos-13
81
compiler: clang
82
- - target: aarch64-apple-darwin/clang
83
- architecture: aarch64
84
- runner: macos-14
85
- 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
86
+ # compiler: clang
87
- target: x86_64-unknown-linux-gnu/gcc
88
89
runner: ubuntu-22.04
0 commit comments