From 81d9c53e523741910c8b7f8e6df55bbff27b8099 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:04:02 -0500 Subject: [PATCH] Use old ubuntu for py37 --- .github/workflows/ci_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 931ed40..ddfd379 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -94,6 +94,7 @@ jobs: coverage: false - linux: py37-test + runs-on: ubuntu-20.04 - linux: py38-test - linux: py313-test @@ -104,5 +105,6 @@ jobs: - windows: py311-test - linux: py37-notebooks + runs-on: ubuntu-20.04 - macos: py38-notebooks - windows: py39-notebooks