change coverage to run on ubuntu-latest
This commit is contained in:
parent
280496ef4e
commit
c8823e9552
|
@ -13,7 +13,7 @@ jobs:
|
||||||
coverage:
|
coverage:
|
||||||
name: Coverage (+nightly)
|
name: Coverage (+nightly)
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue