From c1fbe8dd853b6e69e0e496980423be245e7bfddf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 21 Jul 2025 20:37:30 +0000 Subject: [PATCH 1/2] Initial plan From 72b7130a4509f41bbb40cc9fab80ada3c9e1fe9e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 21 Jul 2025 20:41:30 +0000 Subject: [PATCH 2/2] Update Ubuntu runner from ubuntu-20.04 to ubuntu-latest in GitHub workflow Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com> --- .github/workflows/python-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test.yaml b/.github/workflows/python-test.yaml index e438a10a..1c987872 100644 --- a/.github/workflows/python-test.yaml +++ b/.github/workflows/python-test.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-20.04"] + os: ["ubuntu-latest"] python_version: ["3.8", "3.9", "3.10", "3.11"] services: postgres: