ci: Use meson 0.59 on macos

This commit is contained in:
Matthias Clasen
2021-12-10 12:12:52 -05:00
parent 97c09c827b
commit cfac6fd752

View File

@@ -167,7 +167,7 @@ macos:
needs: []
before_script:
- bash .gitlab-ci/show-info-osx.sh
- pip3 install --user meson==0.56
- pip3 install --user meson==0.59
- pip3 install --user ninja
- export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH
- export MESON_FORCE_BACKTRACE=1