We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd5cbc commit c81731bCopy full SHA for c81731b
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
if [ "$GITHUB_EVENT_NAME" = "release" ]; then
38
echo 'matrix_os=["macos-13-xlarge", "macos-13", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
39
else
40
- echo 'matrix_os=["macos-13", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
+ echo 'matrix_os=["macos-13-xlarge", "macos-13", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
41
fi
42
43
whl_3_8:
0 commit comments