aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9beb9af..7f36a65 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,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 }}'
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1