summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-07-09 00:05:03 +0200
committerFlorian Müllner <fmuellner@gnome.org>2022-08-01 13:00:10 +0200
commit23bd0686e7d990c05a98dccd22e17892ec1f833f (patch)
treeb730127ae51c20d76ec73283ce9bedf7a89428e3 /.gitlab-ci.yml
parentd512209c62f5e83ef32084963156672231e355a2 (diff)
downloadgnome-shell-23bd0686e7d990c05a98dccd22e17892ec1f833f.tar.gz
ci: Update mutter image
This pulls in an up-to-date gjs, which will allow us to bump the version requirement. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2371>
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 2884ebf01..2ac1d6b04 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ stages:
- deploy
default:
- image: registry.gitlab.gnome.org/gnome/mutter/fedora/35:x86_64-2022-07-11.0
+ image: registry.gitlab.gnome.org/gnome/mutter/fedora/35:x86_64-2022-07-21.0
# Cancel jobs if newer commits are pushed to the branch
interruptible: true
# Auto-retry jobs in case of infra failures