summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2021-08-12 20:59:31 +0200
committerFlorian Müllner <fmuellner@gnome.org>2021-08-12 21:01:01 +0200
commit508442cef27b463501e193f58f9a4c448c82f0b5 (patch)
treed38006fad68ffe011392354dad7009d37b0e23fd /.gitlab-ci.yml
parent7af01939eb9073f9360c73e240844e47f32aa478 (diff)
downloadgnome-shell-508442cef27b463501e193f58f9a4c448c82f0b5.tar.gz
ci: Update mutter image
Mutter now requires a development version of glib, so bump the image to satisfy the dependency. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1947>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a07493b1..8ed025595 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ variables:
LINT_LOG: "eslint-report.xml"
LINT_MR_LOG: "eslint-mr-report.xml"
-image: registry.gitlab.gnome.org/gnome/mutter/fedora/34:x86_64-2021-07-22.0
+image: registry.gitlab.gnome.org/gnome/mutter/fedora/34:x86_64-2021-08-01.0
workflow:
rules: