File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,10 @@ jobs:
7979 architecture : x86_64
8080 runner : macos-13
8181 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
82+ - target : aarch64-apple-darwin/clang
83+ architecture : aarch64
84+ runner : macos-14
85+ compiler : clang
8786 - target : x86_64-unknown-linux-gnu/gcc
8887 architecture : x86_64
8988 runner : ubuntu-22.04
@@ -132,6 +131,7 @@ jobs:
132131 brew update
133132 find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
134133 brew install llvm@${{ matrix.llvm }}
134+ softwareupdate -i "Command Line Tools for Xcode-16.1"
135135 SDKROOT="$(xcrun --show-sdk-path)" \
136136 ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
137137 make all --jobs 4
You can’t perform that action at this time.
0 commit comments