summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-10 13:32:49 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-06-10 13:32:49 +0000
commit0e5f9ff5fede7cb51463d65ac158516da188f9b2 (patch)
treed64eb1380f3ae5cfffee9e6b41bdb5ec1027f08f /.gitlab-ci.yml
parenta2ccd36a42e039d3600b04fe37fdc47f267d90c7 (diff)
parentc4c9ff881d0a88f613afe1ae2e5f6b5aeff8e01f (diff)
downloadpango-0e5f9ff5fede7cb51463d65ac158516da188f9b2.tar.gz
Merge branch 'update-ci' into 'main'
ci: Update the Fedora image See merge request GNOME/pango!618
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e93f7dea..0b8d413c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ stages:
variables:
COMMON_MESON_FLAGS: "--fatal-meson-warnings --werror"
MESON_TEST_TIMEOUT_MULTIPLIER: 2
- FEDORA_IMAGE: registry.gitlab.gnome.org/gnome/pango/fedora:v8
+ FEDORA_IMAGE: registry.gitlab.gnome.org/gnome/pango/fedora:v9
.only-default:
only:
@@ -95,7 +95,7 @@ macos:
- macos
needs: []
before_script:
- - pip3 install --user meson==0.56
+ - pip3 install --user meson==0.60.3
- pip3 install --user ninja
script:
- meson -Dintrospection=disabled