From ae8fed98cfe07b8bee6fca8a0b3d65f6145aec84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 25 Sep 2024 12:34:32 +0200 Subject: [PATCH] ci: Use GNOME 47 Flatpak runtime for the build test job --- .gitlab-ci/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/build.yml b/.gitlab-ci/build.yml index ae9f1c95..67b0950e 100644 --- a/.gitlab-ci/build.yml +++ b/.gitlab-ci/build.yml @@ -29,9 +29,9 @@ build@aarch64: .build-stable: image: 'quay.io/gnome_infrastructure/gnome-runtime-images:gnome-${GNOME_STABLE_VERSION}' variables: - GNOME_STABLE_VERSION: "46" + GNOME_STABLE_VERSION: "47" LLVM_NIGHTLY_VERSION: "18" - LLVM_STABLE_VERSION: "16" + LLVM_STABLE_VERSION: "18" RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" RUN_TESTS: 0 before_script: