From d2bbab1f5dd8670baa1ea5a31a1754b824743493 Mon Sep 17 00:00:00 2001 From: dgelessus Date: Tue, 14 Feb 2023 22:58:28 +0100 Subject: [PATCH] Use Ubuntu 20.04 on GitHub Actions for Python 3.6 support (hopefully) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de5589a..7ba5d4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ jobs: test: strategy: matrix: - platform: [macos-latest, ubuntu-latest, windows-latest] + platform: [macos-latest, ubuntu-20.04, windows-latest] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v3