Skip to content

Commit f92c381

Browse files
authored
Merge pull request #328 from ziegenberg/fix-327
Use Ubuntu 22.04 for code coverage tests
2 parents 433ffa5 + 50e5c34 commit f92c381

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
if: github.repository == 'moodlehq/moodle-local_ci'
110110
name: Code coverage
111111
needs: collect
112-
runs-on: ubuntu-latest
112+
# Ubuntu 24.04 is missing the kcov package. We can switch back to ubuntu-latest, once it points to 26.04
113+
runs-on: ubuntu-22.04
113114
strategy:
114115
fail-fast: false
115116
matrix:

0 commit comments

Comments
 (0)