Browse Source

ci: Use GNOME 49 as the stable runtime

fractal-13
Kévin Commaille 6 months ago
parent
commit
c31b01b501
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 4
      .gitlab-ci/utils.yml

4
.gitlab-ci/utils.yml

@ -23,8 +23,8 @@
.stable_runtime:
image: 'quay.io/gnome_infrastructure/gnome-runtime-images:gnome-${GNOME_STABLE_VERSION}'
variables:
GNOME_STABLE_VERSION: "48"
FREEDESKTOP_RUNTIME_BRANCH: "24.08"
GNOME_STABLE_VERSION: "49"
FREEDESKTOP_RUNTIME_BRANCH: "25.08"
LLVM_NIGHTLY_VERSION: "20"
LLVM_STABLE_VERSION: "20"
before_script:

Loading…
Cancel
Save