PYTHON-5400 Migrate away from Windows Server 2019 runner image on GitHub Actions (#2355)

This commit is contained in:
Steven Silvester 2025-05-30 16:30:11 -05:00 committed by GitHub
parent 1366b9132e
commit 958b3d11dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,8 +39,8 @@ jobs:
- [ubuntu-latest, "manylinux_ppc64le", "cp3*-manylinux_ppc64le"]
- [ubuntu-latest, "manylinux_s390x", "cp3*-manylinux_s390x"]
- [ubuntu-latest, "manylinux_i686", "cp3*-manylinux_i686"]
- [windows-2019, "win_amd6", "cp3*-win_amd64"]
- [windows-2019, "win32", "cp3*-win32"]
- [windows-2022, "win_amd6", "cp3*-win_amd64"]
- [windows-2022, "win32", "cp3*-win32"]
- [macos-14, "macos", "cp*-macosx_*"]
steps: