Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading