From aa5e41d9111a8f40bbf57fe89f7d3aef0e136302 Mon Sep 17 00:00:00 2001 From: othercorey Date: Sun, 3 Oct 2021 13:47:19 -0500 Subject: [PATCH] Use ubuntu 20.04 for github actions --- .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 6ad3ddc7dcc..5c204a2c6cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: jobs: testsuite: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: