From f9287c79403b515e93b9b735db48d4707cfddccf Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:48:35 -0500 Subject: [PATCH] Update ci_tests.yml --- .github/workflows/ci_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index f17604b..4812bc0 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -94,7 +94,7 @@ jobs: coverage: false - linux: py37-test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 - linux: py38-test - linux: py313-test @@ -105,7 +105,7 @@ jobs: - windows: py311-test - linux: py37-notebooks - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 - macos: py38-notebooks runs-on: macos-13 - windows: py39-notebooks