Skip to content

Commit 669cf2b

Browse files
committed
Build: Stop using "windows-2019" images in wheel build.
1 parent e965d0c commit 669cf2b

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-2019"}'
85+
| jq -nRc '{"only": inputs, "os": "windows-2022"}'
8686
} | jq -sc
8787
)
8888
echo "include=$MATRIX" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)