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 e965d0c commit 669cf2bCopy full SHA for 669cf2b
.github/workflows/wheels.yml
@@ -82,7 +82,7 @@ jobs:
82
&& cibuildwheel --print-build-identifiers --platform macos \
83
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
84
&& cibuildwheel --print-build-identifiers --platform windows \
85
- | jq -nRc '{"only": inputs, "os": "windows-2019"}'
+ | jq -nRc '{"only": inputs, "os": "windows-2022"}'
86
} | jq -sc
87
)
88
echo "include=$MATRIX" >> $GITHUB_OUTPUT
0 commit comments