From a7d41b9f9928ec4b513c417310cdcf1898c5b1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 19 Mar 2025 14:04:34 +0100 Subject: [PATCH] ci: Bump GNOME stable version Use GNOME 48 --- .gitlab-ci/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/build.yml b/.gitlab-ci/build.yml index ac536f72..b639291b 100644 --- a/.gitlab-ci/build.yml +++ b/.gitlab-ci/build.yml @@ -28,10 +28,13 @@ build@aarch64: # Test builds with the stable runtime to make sure that the Flatpak will build on Flathub. # Should be run manually before tagging a new release. +# +# To get a list of available GNOME and LLVM versions, see: +# https://gitlab.gnome.org/GNOME/gnome-runtime-images/-/blob/master/.gitlab-ci.yml .build-stable: image: 'quay.io/gnome_infrastructure/gnome-runtime-images:gnome-${GNOME_STABLE_VERSION}' variables: - GNOME_STABLE_VERSION: "47" + GNOME_STABLE_VERSION: "48" LLVM_NIGHTLY_VERSION: "18" LLVM_STABLE_VERSION: "18" RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"