From b85a3a9ba52ba0a37f9bf2c6ea0986da610110a5 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Wed, 31 Aug 2022 08:57:52 -0400 Subject: [PATCH] downgrade ubuntu --- .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 eadd9fa5..8990c5ca 100644 --- a/.github/workflows/coverage-pull.yml +++ b/.github/workflows/coverage-pull.yml @@ -7,7 +7,7 @@ permissions: read-all jobs: Coverage: - runs-on: ubuntu-20.04 + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2