From 5a151bff41106166610a2367a914008cefa650de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 10 Jun 2026 17:27:31 +0200 Subject: [PATCH] CI: Move Mageia from version 8 to 9 Mageia 8 reached end of life on 2023-11-30. Now the latest released version is 9. --- .ci/ci-mageia.sh | 2 +- .github/workflows/ci.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/ci-mageia.sh b/.ci/ci-mageia.sh index ab0c4c8e..07534b4d 100755 --- a/.ci/ci-mageia.sh +++ b/.ci/ci-mageia.sh @@ -8,7 +8,7 @@ source $SCRIPT_DIR/ci-common.inc set -e set -x -release=${1:-8} +release=${1:-9} mmd_run_docker_tests \ os=mageia \ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 266983e6..7451420e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -270,12 +270,12 @@ jobs: meson test -C ci_valgrind --suite ci_valgrind --print-errorlogs -t 10 --wrap=$GITHUB_WORKSPACE/contrib/valgrind/valgrind_wrapper.sh - mageia_8: - name: Mageia 8 + mageia_9: + name: Mageia 9 runs-on: ubuntu-latest continue-on-error: true container: - image: docker.io/library/mageia:8 + image: docker.io/library/mageia:9 steps: - name: Install dependencies