From fb5c0e641c5d3263118d4d34b249aaa59ddce67b Mon Sep 17 00:00:00 2001 From: David Michaels Date: Thu, 28 Sep 2023 12:08:49 -0400 Subject: [PATCH] Update ONLY Ubuntu (from 20.04) to 22.04 - see if there is any GA issue. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e7b00e50..e1368b5f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: name: Test dcicutils with Python ${{ matrix.python_version }} # The type of runner that the job will run on - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python_version: [3.7, 3.8, 3.9]