From fc2747611f6360e0c23c3bf43e34066367945bd0 Mon Sep 17 00:00:00 2001 From: Doyle Rowland Date: Fri, 9 Dec 2022 09:03:36 -0500 Subject: [PATCH] chore: update CI workflow so 3.6 still runs --- .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 3de23cb..5ea4b0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - "3.8" - "3.7" - "3.6" - os: [ubuntu-latest] + os: [ubuntu-20.04] runs-on: ${{ matrix.os }} name: "${{ matrix.os }} Python: ${{ matrix.python-version }}" steps: