From 5c445d85655d73953eb33a85fb20632a05cd2440 Mon Sep 17 00:00:00 2001 From: Markus Date: Tue, 17 Dec 2024 12:59:14 +0100 Subject: [PATCH] set pipeline runner (back) to ubuntu-latest --- .github/workflows/moodle-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index ee031a1..9cdcc8f 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -12,7 +12,7 @@ on: jobs: define-matrix: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest outputs: include_list: ${{ steps.include_list.outputs.include_list }}