Skip to content

Commit 674c98b

Browse files
committed
Make sure it works on Windows VS 2026
1 parent ab5b099 commit 674c98b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cache_libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- "ubuntu-22.04"
8888
- "ubuntu-22.04-arm"
8989
- "macos-latest"
90-
- "windows-2022"
90+
- "windows-2025-vs2026"
9191
- "windows-11-arm"
9292

9393
runs-on: ${{ matrix.os }}

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
&& cibuildwheel --print-build-identifiers --platform macos \
9797
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
9898
&& cibuildwheel --print-build-identifiers --platform windows \
99-
| jq -nRc '{"only": inputs, "os": "windows-2022"}' \
99+
| jq -nRc '{"only": inputs, "os": "windows-2025-vs2026"}' \
100100
&& cibuildwheel --print-build-identifiers --platform windows --archs ARM64 \
101101
| jq -nRc '{"only": inputs, "os": "windows-11-arm"}'
102102
} | jq -sc

0 commit comments

Comments
 (0)