File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ jobs:
88
88
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
89
89
./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
90
90
91
+ - name : macOS
91
92
# The `find` line is required as a result of https://github.com/actions/runner-images/issues/9966.
92
93
# This is a bug in the macOS runner image where the pre-installed Python is installed in the same
93
94
# directory as the Homebrew Python, which causes the build to fail for macos-13. This line removes
94
95
# the symlink to the pre-installed Python so that the Homebrew Python is used instead.
95
- - name : macOS
96
96
# also see: rosetta https://github.com/numpy/numpy/pull/29756/files
97
97
if : runner.os == 'macOS'
98
98
run : |
You can’t perform that action at this time.
0 commit comments