From f9ad18fc86505eaa20da3b9b986efcb7cf28ca97 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Tue, 27 Jun 2023 20:20:22 -0500 Subject: [PATCH] Update CI to ubuntu-20.04 ubuntu-18-04 is no longer available. --- .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 d84462d..ba39d6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: name: Test - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: matrix: