Skip to content

Commit 69826fa

Browse files
committed
Remove Windows ARM
1 parent e967293 commit 69826fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ jobs:
8787
&& cibuildwheel --print-build-identifiers --platform macos \
8888
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
8989
&& 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"}'
90+
| jq -nRc '{"only": inputs, "os": "windows-2022"}'
9391
} | jq -sc
9492
)
9593
echo "include=$MATRIX"

0 commit comments

Comments
 (0)