Skip to content

Commit 0e75be5

Browse files
authored
Merge pull request #844 from dusk-network/fix-kcov
ci: Set Ubuntu 22.04 explicitly in workflow for kcov
2 parents d387eb6 + 151a9bd commit 0e75be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dusk_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
ci:
5959
name: Test with all features
60-
runs-on: ubuntu-latest
60+
runs-on: ubuntu-22.04
6161
steps:
6262
- uses: actions/checkout@v4
6363
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)