Skip to content

Commit 3211977

Browse files
committed
force windows 2022 runners
1 parent c8c35eb commit 3211977

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/packaging_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
python: [ cp310, cp311, cp312, cp313, cp314 ]
3434
platform:
35-
- { os: windows-2025, arch: amd64, cibw_system: win }
35+
- { os: windows-2022, arch: amd64, cibw_system: win }
3636
- { os: windows-11-arm, arch: ARM64, cibw_system: win } # cibw requires ARM64 to be uppercase
3737
- { os: ubuntu-24.04, arch: x86_64, cibw_system: manylinux }
3838
- { os: ubuntu-24.04-arm, arch: aarch64, cibw_system: manylinux }

.github/workflows/targeted_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
type: choice
1010
options:
11-
- 'windows-2025'
11+
- 'windows-2022'
1212
- 'windows-11-arm'
1313
- 'ubuntu-24.04'
1414
- 'ubuntu-24.04-arm'

0 commit comments

Comments
 (0)