summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-06-11 01:55:08 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-06-11 01:55:08 +0100
commit3841e838160042876bc69c62df1b225a00ed67d1 (patch)
tree4e7345adb1fee68d7155c93de5edb9e0aa057a02
parentf696c49a4af79d243bdb78a099ad99405a8db78a (diff)
downloadgobject-introspection-3841e838160042876bc69c62df1b225a00ed67d1.tar.gz
ci: Use the latest images
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0119bcc..18c9c7be 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ stages:
- build
- deploy
-image: registry.gitlab.gnome.org/gnome/gobject-introspection:v10
+image: registry.gitlab.gnome.org/gnome/gobject-introspection:v11
cache:
paths:
@@ -71,7 +71,7 @@ fedora-x86_64-meson:
- public
fedora-x86_64-subprojects:
- image: registry.gitlab.gnome.org/gnome/gobject-introspection:min-v3
+ image: registry.gitlab.gnome.org/gnome/gobject-introspection:min-v4
stage: build
variables:
CCACHE_BASEDIR: "${CI_PROJECT_DIR}"