Skip to content

Commit e6c9a9d

Browse files
committed
Update GitHub Actions workflow to use Windows 2022 for Python builds, enhancing compatibility with newer environments.
1 parent f427533 commit e6c9a9d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ jobs:
1111
matrix:
1212
include:
1313
# Windows 64-bit
14-
- os: windows-2019
14+
- os: windows-2022
1515
python: 39
1616
platform_id: win_amd64
17-
- os: windows-2019
17+
- os: windows-2022
1818
python: 310
1919
platform_id: win_amd64
20-
- os: windows-2019
20+
- os: windows-2022
2121
python: 311
2222
platform_id: win_amd64
23-
- os: windows-2019
23+
- os: windows-2022
2424
python: 312
2525
platform_id: win_amd64
26-
- os: windows-2019
26+
- os: windows-2022
2727
python: 313
2828
platform_id: win_amd64
29-
- os: windows-2019
29+
- os: windows-2022
3030
python: 314
3131
platform_id: win_amd64
3232

0 commit comments

Comments
 (0)