Skip to content

Commit ad98241

Browse files
committed
explict intel runner
1 parent 72ef698 commit ad98241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- id: step
3636
run: |
3737
if [ "$GITHUB_EVENT_NAME" = "release" ]; then
38-
echo 'matrix_os=["macos-15-xlarge", "macos-15", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
38+
echo 'matrix_os=["macos-15-xlarge", "macos-15-intel", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
3939
else
40-
echo 'matrix_os=["macos-15", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
40+
echo 'matrix_os=["macos-15-intel", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
4141
fi
4242
4343
wheels:

0 commit comments

Comments
 (0)