We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5b099 commit 674c98bCopy full SHA for 674c98b
2 files changed
.github/workflows/cache_libs.yml
@@ -87,7 +87,7 @@ jobs:
87
- "ubuntu-22.04"
88
- "ubuntu-22.04-arm"
89
- "macos-latest"
90
- - "windows-2022"
+ - "windows-2025-vs2026"
91
- "windows-11-arm"
92
93
runs-on: ${{ matrix.os }}
.github/workflows/wheels.yml
@@ -96,7 +96,7 @@ jobs:
96
&& cibuildwheel --print-build-identifiers --platform macos \
97
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
98
&& cibuildwheel --print-build-identifiers --platform windows \
99
- | jq -nRc '{"only": inputs, "os": "windows-2022"}' \
+ | jq -nRc '{"only": inputs, "os": "windows-2025-vs2026"}' \
100
&& cibuildwheel --print-build-identifiers --platform windows --archs ARM64 \
101
| jq -nRc '{"only": inputs, "os": "windows-11-arm"}'
102
} | jq -sc
0 commit comments