summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-08-09 16:20:25 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-08-09 16:20:25 +0100
commit9ff97559d9e5b5b0f6cf52572b4e2a8ab2232589 (patch)
tree587d39b2338df02c45c6f6d61c9b7955d5401130
parent8ad828c2782355c1747c62b3700bdc052e12e241 (diff)
downloadgdk-pixbuf-9ff97559d9e5b5b0f6cf52572b4e2a8ab2232589.tar.gz
ci: Bump up Meson on macOS
We use GLib as a subproject, which means we need to use the same version of Meson that GLib requires.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a293ebff..9d0dac9fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,7 +64,7 @@ macos:
tags:
- macos
before_script:
- - pip3 install --user meson==0.56.2
+ - pip3 install --user meson==0.60.1
- pip3 install --user ninja
- export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH
script: