ci/windows: Bump meson version to 1.5.2

This matches the version we use in linux [1]

[1] b3a5da5b5c

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7434>
This commit is contained in:
Jordan Petridis 2024-10-26 14:10:58 +03:00
parent cec3c15fc5
commit ef4bb38ebe
2 changed files with 2 additions and 2 deletions

View file

@ -13,4 +13,4 @@ variables:
LINT_TAG: '2024-02-20.0'
WINDOWS_TAG: '2024-10-17.0'
WINDOWS_TAG: '2024-10-26.0'

View file

@ -54,7 +54,7 @@ RUN C:\upgrade_msys2.ps1
RUN C:\msys64\msys2_shell.cmd -ucrt64 -defterm -here -no-start -use-full-path -lc 'pacman -S --noconfirm mingw-w64-ucrt-x86_64-toolchain ninja openssh'
RUN python -m pip install meson==1.1.1 python-gitlab
RUN python -m pip install meson==1.5.2 python-gitlab
RUN 'git config --global user.email "cirunner@gstreamer.freedesktop.org"; git config --global user.name "GStreamer CI system"'