Skip to content

Commit

Permalink
Update to no longer use ubuntu-20.04 runners
Browse files Browse the repository at this point in the history
This preempts CI failures from the ubuntu-20.04 runners being deprecated
after 2025-04-01: actions/runner-images#11101.
  • Loading branch information
rowan-walsh committed Feb 22, 2025
1 parent 7cf1c6e commit dcaf039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
- python-version: "3.7"
os: "macos-13"
- python-version: "2.7"
os: "ubuntu-20.04"
os: "ubuntu-22.04"
- python-version: "3.5"
os: "ubuntu-20.04"
os: "ubuntu-22.04"
- python-version: "3.6"
os: "ubuntu-20.04"
os: "ubuntu-22.04"
- python-version: "3.7"
os: "ubuntu-22.04"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit dcaf039

Please sign in to comment.