From aef3a7d1edb3253ad148ed50e47c575e4840fc3c Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 27 Feb 2025 21:32:18 +0800 Subject: [PATCH] Use ubuntu jammy for tests that require kcov --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 694904f..cd1ff11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: if: github.repository == 'moodlehq/moodle-local_ci' name: Code coverage needs: collect - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: