Skip to content

Commit c81731b

Browse files
committed
temp add macos-13-xlarge to non-release workflow
1 parent ccd5cbc commit c81731b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if [ "$GITHUB_EVENT_NAME" = "release" ]; then
3838
echo 'matrix_os=["macos-13-xlarge", "macos-13", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
3939
else
40-
echo 'matrix_os=["macos-13", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
40+
echo 'matrix_os=["macos-13-xlarge", "macos-13", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
4141
fi
4242
4343
whl_3_8:

0 commit comments

Comments
 (0)