forked from github/verilator
CI: coverage on 22.04
This commit is contained in:
parent
0b843ada03
commit
4db998d357
8
.github/workflows/coverage.yml
vendored
8
.github/workflows/coverage.yml
vendored
@ -24,10 +24,10 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
CI_BUILD_STAGE_NAME: build
|
CI_BUILD_STAGE_NAME: build
|
||||||
CI_RUNS_ON: ubuntu-20.04
|
CI_RUNS_ON: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -73,11 +73,11 @@ jobs:
|
|||||||
- 9
|
- 9
|
||||||
include:
|
include:
|
||||||
- { test: dist, num: '' }
|
- { test: dist, num: '' }
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
name: test-${{ matrix.test }}${{ matrix.num }}
|
name: test-${{ matrix.test }}${{ matrix.num }}
|
||||||
env:
|
env:
|
||||||
CI_BUILD_STAGE_NAME: test
|
CI_BUILD_STAGE_NAME: test
|
||||||
CI_RUNS_ON: ubuntu-20.04
|
CI_RUNS_ON: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Download tar archive
|
- name: Download tar archive
|
||||||
|
Loading…
Reference in New Issue
Block a user