Skip to content

Commit d77e91c

Browse files
authored
INPYTHON-664 Update windows hosts used in GitHub Actions (#329)
1 parent 01d94a6 commit d77e91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
- [ubuntu-24.04, manylinux_x86_64]
3939
- [ubuntu-24.04, manylinux_aarch64]
4040
- [macos-14, macosx_*]
41-
- [windows-2019, win_amd64]
41+
- [windows-2022, win_amd64]
4242
python: ["cp39", "cp310", "cp311", "cp312", "cp313", "cp313t"]
4343
exclude:
4444
- buildplat: [macos-14, macosx_*]
4545
python: "cp39"
46-
- buildplat: [windows-2019, win_amd64]
46+
- buildplat: [windows-2022, win_amd64]
4747
python: "cp313t"
4848
include:
4949
- buildplat: [macos-13, macosx_*]

0 commit comments

Comments
 (0)