Skip to content

Commit 112e29b

Browse files
authored
PYTHON-5131 [v4.11] Migrate off of Ubuntu 20.04 GitHub Actions Runners (#2182)
1 parent ca0ed96 commit 112e29b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/dist.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
# Github Actions doesn't support pairing matrix values together, let's improvise
3535
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
3636
buildplat:
37-
- [ubuntu-20.04, "manylinux_x86_64", "cp3*-manylinux_x86_64"]
38-
- [ubuntu-20.04, "manylinux_aarch64", "cp3*-manylinux_aarch64"]
39-
- [ubuntu-20.04, "manylinux_ppc64le", "cp3*-manylinux_ppc64le"]
40-
- [ubuntu-20.04, "manylinux_s390x", "cp3*-manylinux_s390x"]
41-
- [ubuntu-20.04, "manylinux_i686", "cp3*-manylinux_i686"]
37+
- [ubuntu-latest, "manylinux_x86_64", "cp3*-manylinux_x86_64"]
38+
- [ubuntu-latest, "manylinux_aarch64", "cp3*-manylinux_aarch64"]
39+
- [ubuntu-latest, "manylinux_ppc64le", "cp3*-manylinux_ppc64le"]
40+
- [ubuntu-latest, "manylinux_s390x", "cp3*-manylinux_s390x"]
41+
- [ubuntu-latest, "manylinux_i686", "cp3*-manylinux_i686"]
4242
- [windows-2019, "win_amd6", "cp3*-win_amd64"]
4343
- [windows-2019, "win32", "cp3*-win32"]
4444
- [macos-14, "macos", "cp*-macosx_*"]

.github/workflows/test-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ${{ matrix.os }}
5555
strategy:
5656
matrix:
57-
os: [ubuntu-20.04]
57+
os: [ubuntu-latest]
5858
python-version: ["3.9", "pypy-3.10", "3.13", "3.13t"]
5959
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
6060
steps:

0 commit comments

Comments
 (0)