From 3140039d5c0e61f9db2447ff878590f1e34de6e7 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Thu, 22 Sep 2022 11:11:58 -0400 Subject: [PATCH] use ubuntu 20.04 --- .github/workflows/coverage-pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-pull.yml b/.github/workflows/coverage-pull.yml index 26525af1..74ac095b 100644 --- a/.github/workflows/coverage-pull.yml +++ b/.github/workflows/coverage-pull.yml @@ -6,7 +6,7 @@ permissions: read-all jobs: Coverage: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2