We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0d95f commit 2b594a4Copy full SHA for 2b594a4
.github/workflows/CICD.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ${{ matrix.os }}
7
strategy:
8
matrix:
9
- os: [macos-latest, ubuntu-20.04, windows-latest]
+ os: [macos-latest, ubuntu-latest, windows-latest]
10
toolchain: [stable, nightly]
11
continue-on-error: true
12
steps:
@@ -30,7 +30,7 @@ jobs:
30
run: cargo test --lib
31
test-coverage:
32
name: Test coverage (gcc-${{ matrix.gcc }}, clang-${{ matrix.clang }})
33
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
34
35
36
include:
0 commit comments