change coverage to run on ubuntu-latest

This commit is contained in:
Alfredo Garcia 2021-02-16 19:56:12 -03:00 committed by Deirdre Connolly
parent 280496ef4e
commit c8823e9552
1 changed files with 1 additions and 1 deletions

View File

@ -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