Skip to content

Commit 958b3d1

Browse files
authored
PYTHON-5400 Migrate away from Windows Server 2019 runner image on GitHub Actions (#2355)
1 parent 1366b91 commit 958b3d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- [ubuntu-latest, "manylinux_ppc64le", "cp3*-manylinux_ppc64le"]
4040
- [ubuntu-latest, "manylinux_s390x", "cp3*-manylinux_s390x"]
4141
- [ubuntu-latest, "manylinux_i686", "cp3*-manylinux_i686"]
42-
- [windows-2019, "win_amd6", "cp3*-win_amd64"]
43-
- [windows-2019, "win32", "cp3*-win32"]
42+
- [windows-2022, "win_amd6", "cp3*-win_amd64"]
43+
- [windows-2022, "win32", "cp3*-win32"]
4444
- [macos-14, "macos", "cp*-macosx_*"]
4545

4646
steps:

0 commit comments

Comments
 (0)