ci: Update meson and ninja to latest versions

This commit is contained in:
René de Hesselle 2024-02-18 20:22:35 +01:00
parent 938e50c876
commit b7285bd688

View File

@ -237,8 +237,7 @@ macos-x86_64:
- curl -L $CI_API_V4_URL/projects/30437/packages/generic/pkgconfig/v0.29.2+10/pkg-config-0.29.2+10_$(uname -m).tar.xz | tar -C .venv -xJ
- curl -L $CI_API_V4_URL/projects/30438/packages/generic/bison/v3.8.2+3/bison-3.8.2+3_$(uname -m).tar.xz | tar -C .venv -xJ
- source .venv/bin/activate
- pip3 install meson==1.2.0
- pip3 install ninja==1.11.1
- pip3 install meson==1.3.2 ninja==1.11.1.1
script:
- meson setup
${COMMON_MESON_FLAGS}