Skip to content

Commit

Permalink
Merge pull request #844 from dusk-network/fix-kcov
Browse files Browse the repository at this point in the history
ci: Set Ubuntu 22.04 explicitly in workflow for kcov
  • Loading branch information
HDauven authored Jan 31, 2025
2 parents d387eb6 + 151a9bd commit 0e75be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dusk_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

ci:
name: Test with all features
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 0e75be5

Please sign in to comment.