ci: Update the windows image

Mainly to get newer meson

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2812>
This commit is contained in:
Jordan Petridis 2022-07-29 20:12:46 +03:00 committed by GStreamer Marge Bot
parent 5966905930
commit f3a324c1a5
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ variables:
###
FEDORA_TAG: '2022-03-14.0'
INDENT_TAG: '2022-03-07.1'
WINDOWS_TAG: "2022-05-16.1"
WINDOWS_TAG: "2022-07-29.0"
GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'

View file

@ -51,7 +51,7 @@ RUN Get-ChildItem C:\BuildTools
RUN Get-ChildItem C:\BuildTools\VC\Tools\MSVC
RUN Get-ChildItem 'C:\Program Files (x86)\Windows Kits\10\lib'
RUN pip3 install meson==0.60.3
RUN pip3 install meson==0.62.2
RUN 'git config --global user.email "cirunner@gstreamer.freedesktop.org"; git config --global user.name "GStreamer CI system"'