From 77ab1c510b407109019712f572a31338405704b8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 15 Jun 2021 23:19:45 +0300 Subject: workflows/test: switch back to ubuntu-18.04 --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8bc07e..a57d1e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,8 @@ jobs: strategy: matrix: python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.x] - runs-on: ubuntu-latest + # 3.4 is not available on Focal. + runs-on: ubuntu-18.04 name: 'Python ${{ matrix.python-version }}' steps: - name: Checkout -- cgit v1.2.3