From 85bb4753fa7a96d461975ffc5304d76fd7d5cd1e Mon Sep 17 00:00:00 2001 From: Steffen Allner Date: Tue, 8 Nov 2022 08:09:50 +0100 Subject: [PATCH] Fix GHA ubuntu-latest is now 22.04 which no longer has Py27 and Py36. --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c41afdd..83669f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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