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:
8888 ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
8989 ./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
9090
91+ - name : macOS
9192 # The `find` line is required as a result of https://github.com/actions/runner-images/issues/9966.
9293 # This is a bug in the macOS runner image where the pre-installed Python is installed in the same
9394 # directory as the Homebrew Python, which causes the build to fail for macos-13. This line removes
9495 # the symlink to the pre-installed Python so that the Homebrew Python is used instead.
95- - name : macOS
9696 # also see: rosetta https://github.com/numpy/numpy/pull/29756/files
9797 if : runner.os == 'macOS'
9898 run : |
You can’t perform that action at this time.
0 commit comments