From 8ff73f6e2508080b9e45b1d24f324cec8acc799e Mon Sep 17 00:00:00 2001 From: BSL-5 Date: Mon, 11 Nov 2024 10:40:08 -0700 Subject: [PATCH] Update install.yaml See also https://github.com/actions/setup-python/issues/544 --- .github/workflows/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index a750adb..a3e5a11 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -7,7 +7,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: python-version: ['3.6.7', '3.13'] # Specify the Python versions you want to test