Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
ubuntu-latest is now 22.04 which no longer has Py27 and Py36.
  • Loading branch information
sallner committed Nov 8, 2022
1 parent 2a004f1 commit 85bb475
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- ["3.8", "py38"]
- ["pypy3", "pypy3"]
- ["3.8", "coverage"]
runs-on: ubuntu-latest
name: ${{ matrix.config[1] }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 85bb475

Please sign in to comment.