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 e967293 commit 69826faCopy full SHA for 69826fa
.github/workflows/wheels.yml
@@ -87,9 +87,7 @@ jobs:
87
&& cibuildwheel --print-build-identifiers --platform macos \
88
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
89
&& cibuildwheel --print-build-identifiers --platform windows \
90
- | jq -nRc '{"only": inputs, "os": "windows-2022"}' \
91
- && cibuildwheel --print-build-identifiers --platform windows --archs ARM64 \
92
- | jq -nRc '{"only": inputs, "os": "windows-11-arm"}'
+ | jq -nRc '{"only": inputs, "os": "windows-2022"}'
93
} | jq -sc
94
)
95
echo "include=$MATRIX"
0 commit comments