From ecf1e0bd5a4ab7f5ed72530108be717312ea2b1c Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Sun, 4 Dec 2022 21:48:55 +0200 Subject: [PATCH] Set GHA Ubuntu version so it finds Python versions --- .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 a56d255..9dd8db2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: include: