From 1c183e660f90619c259669fd8e2c8df039714643 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 18 Dec 2022 14:24:50 +0800 Subject: [PATCH] Downgrade Ubuntu to 20.04 to fix missing Python 3.6 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 161878b9..10347cd3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -13,7 +13,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 # Downgrade Ubuntu to 20.04 to fix missing Python 3.6 strategy: matrix: python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]