diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 694904f..074b7ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: