Skip to content

Commit e674bf8

Browse files
committed
CI: Stay with windows 2022 until we know 2025 works
1 parent 7ec3631 commit e674bf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ jobs:
1919
# Need to quote decimal versions as string to avoid the "Norway problem"
2020

2121
# Windows 64-bit
22-
- os: windows-latest
22+
- os: windows-2022
2323
python: '3.10'
2424
cibw_python: 310
2525
platform_id: win_amd64
26-
- os: windows-latest
26+
- os: windows-2022
2727
python: '3.11'
2828
cibw_python: 311
2929
platform_id: win_amd64
30-
- os: windows-latest
30+
- os: windows-2022
3131
python: '3.12'
3232
cibw_python: 312
3333
platform_id: win_amd64
34-
- os: windows-latest
34+
- os: windows-2022
3535
python: '3.13'
3636
cibw_python: 313
3737
platform_id: win_amd64

0 commit comments

Comments
 (0)