Skip to content

Commit 50e5c34

Browse files
committed
Use Ubuntu 22.04 for code coverage tests
Ubuntu 24.04 is missing the kcov package. We can switch back to ubuntu-latest, once it points to Ubuntu 26.04 Fixes: #327 Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
1 parent c687fa9 commit 50e5c34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
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)