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.
This commit is contained in:
Tim-Philipp Müller 2022-10-14 16:33:05 +01:00
parent 0825a178e8
commit 9279f3f90b
1 changed files with 6 additions and 4 deletions

View File

@ -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'