Skip to content

Commit 2b594a4

Browse files
committed
Use Ubuntu 20.04 for 'Test coverage' jobs and not for 'Test library'
1 parent 1e0d95f commit 2b594a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
os: [macos-latest, ubuntu-20.04, windows-latest]
9+
os: [macos-latest, ubuntu-latest, windows-latest]
1010
toolchain: [stable, nightly]
1111
continue-on-error: true
1212
steps:
@@ -30,7 +30,7 @@ jobs:
3030
run: cargo test --lib
3131
test-coverage:
3232
name: Test coverage (gcc-${{ matrix.gcc }}, clang-${{ matrix.clang }})
33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-20.04
3434
strategy:
3535
matrix:
3636
include:

0 commit comments

Comments
 (0)