From 9279f3f90b70246b34f3c83deb9beab6fc96e6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 14 Oct 2022 16:33:05 +0100 Subject: ci: update windows image to a 2022-server based one The 1809 windows runners are going to be phased out soon. Rename jobs to vs2019 because that's the default on those images now. --- .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6d4e90..6f432b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,13 +143,15 @@ meson-mingw-w64-build: - prefix-* # FIXME: fontconfig should probably get its own image +# In the meantime, the latest GStreamer image tag can be found here: +# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/blob/main/.gitlab-image-tags.yml#L10 .build meson windows: - image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v10' + image: 'registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-09-23.0-main' stage: 'build' tags: - 'docker' - 'windows' - - '1809' + - '2022' variables: # Make sure any failure in PowerShell scripts is fatal ErrorActionPreference: 'Stop' @@ -177,12 +179,12 @@ meson-mingw-w64-build: ninja -C build && ninja -C build test" -meson vs2017 amd64: +meson vs2019 amd64: extends: '.build meson windows' variables: ARCH: 'amd64' -meson vs2017 x86: +meson vs2019 x86: extends: '.build meson windows' variables: ARCH: 'x86' -- cgit v1.2.1