From 268af3903c6d913a2d47a9d14b200fab9243cfc2 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 31 Oct 2022 19:10:49 -0500 Subject: [PATCH] Upgrade CI to ubuntu-22.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a96b6b8d..78051d1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: name: Test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: