Skip to content

Commit b172a41

Browse files
CI updates
1 parent 182612c commit b172a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
121121
brew install llvm@${{ matrix.llvm }}
122122
export SDKROOT="$(xcrun --show-sdk-path)"
123-
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }}
123+
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }} --enable-universal-sdk --with-universal-archs=universal2
124124
make all --jobs 4
125125
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
126126

0 commit comments

Comments
 (0)