From c8823e9552f20e1540bd68ed9ef5e05d439814ea Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Tue, 16 Feb 2021 19:56:12 -0300 Subject: [PATCH] change coverage to run on ubuntu-latest --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 60b007d43..c154c80e5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -13,7 +13,7 @@ jobs: coverage: name: Coverage (+nightly) timeout-minutes: 30 - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2