From d04a175d36801a254ead8d068cba560e2a3840a1 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 15 Apr 2025 08:50:30 -0700 Subject: [PATCH] Update to ubuntu-22.04 on old version run --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 319c64fe..65e1987d 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, ubuntu-20.04, windows-2019] + os: [macos-13, ubuntu-22.04, windows-2019] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] steps: