Skip to content

Commit df80e93

Browse files
committed
why ci mad
1 parent dd24b81 commit df80e93

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
@@ -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: |

0 commit comments

Comments
 (0)