summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-10 07:50:54 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-06-10 08:55:28 -0400
commitc4c9ff881d0a88f613afe1ae2e5f6b5aeff8e01f (patch)
treed64eb1380f3ae5cfffee9e6b41bdb5ec1027f08f
parent4dc7c21bb9b254dfdac700723900f62d70292807 (diff)
downloadpango-c4c9ff881d0a88f613afe1ae2e5f6b5aeff8e01f.tar.gz
ci: Use meson 0.60 on MacOS
GLib requires this version of meson now.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f868f66d..0b8d413c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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