Skip to content

Commit

Permalink
PYTHON-5131 Migrate off of Ubuntu 20.04 GitHub Actions Runners
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 3, 2025
1 parent 0c8a698 commit 8b553dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-latest]
python-version: ["3.9", "3.12", "3.13"]
fail-fast: false
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
Expand All @@ -46,7 +46,7 @@ jobs:
tox -m test
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -64,7 +64,7 @@ jobs:
tox -m lint-manual
docs:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8b553dd

Please sign in to comment.