Skip to content

Commit

Permalink
Use Ubuntu 22.04 for code coverage tests
Browse files Browse the repository at this point in the history
Ubuntu 24.04 is missing the kcov package. We can switch back to ubuntu-latest, once it points to Ubuntu 26.04

Fixes: moodlehq#327

Signed-off-by: Daniel Ziegenberg <[email protected]>
  • Loading branch information
ziegenberg committed Feb 9, 2025
1 parent c687fa9 commit 50e5c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
if: github.repository == 'moodlehq/moodle-local_ci'
name: Code coverage
needs: collect
runs-on: ubuntu-latest
# Ubuntu 24.04 is missing the kcov package. We can switch back to ubuntu-latest, once it points to 26.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 50e5c34

Please sign in to comment.