change coverage to run on ubuntu-latest
This commit is contained in:
parent
280496ef4e
commit
c8823e9552
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue