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