Skip to content

Commit f585131

Browse files
committed
Build: Fix workflow script.
1 parent dad023a commit f585131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
&& cibuildwheel --print-build-identifiers --platform macos \
8383
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
8484
&& cibuildwheel --print-build-identifiers --platform windows \
85-
| jq -nRc '{"only": inputs, "os": "windows-2022"}'
85+
| jq -nRc '{"only": inputs, "os": "windows-2022"}' \
8686
&& cibuildwheel --print-build-identifiers --platform windows --archs ARM64 \
8787
| jq -nRc '{"only": inputs, "os": "windows-11-arm"}'
8888
} | jq -sc

0 commit comments

Comments
 (0)