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 @@ -97,17 +97,17 @@ jobs:
97
97
# also see: rosetta https://github.com/numpy/numpy/pull/29756/files
98
98
if : runner.os == 'macOS'
99
99
run : |
100
- arch -x86_64 brew update
101
- arch -x86_64 find /usr/local/bin -lname "*/Library/Frameworks/Python.framework/*" -delete
102
- arch -x86_64 brew install llvm@${{ matrix.llvm }}
100
+ brew update
101
+ find /usr/local/bin -lname "*/Library/Frameworks/Python.framework/*" -delete
102
+ brew install llvm@${{ matrix.llvm }}
103
103
export SDKROOT="$(xcrun --show-sdk-path)"
104
104
# Set MACOSX_DEPLOYMENT_TARGET and -Werror=unguarded-availability to
105
105
# make sure we don't break downstream distributors (like uv):
106
106
export CFLAGS_JIT='-Werror=unguarded-availability'
107
107
export MACOSX_DEPLOYMENT_TARGET=10.15
108
- arch -x86_64 ./configure --enable-experimental-jit --enable-universalsdk --with-universal-archs=universal2 ${{ matrix.debug && '--with-pydebug' || '' }}
108
+ ./configure --enable-experimental-jit --enable-universalsdk --with-universal-archs=universal2 ${{ matrix.debug && '--with-pydebug' || '' }}
109
109
arch -x86_64 make all --jobs 4
110
- arch -x86_64 ./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
110
+ ./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
111
111
112
112
# - name: Linux
113
113
# if: runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments