Browse Source

ci: Use GNOME 47 Flatpak runtime for the build test job

fractal-9
Kévin Commaille 1 year ago
parent
commit
ae8fed98cf
No known key found for this signature in database
GPG Key ID: C971D9DBC9D678D
  1. 4
      .gitlab-ci/build.yml

4
.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:

Loading…
Cancel
Save