summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-10-14 16:33:05 +0100
committerTim-Philipp Müller <tim@centricular.com>2022-10-14 17:06:43 +0100
commit9279f3f90b70246b34f3c83deb9beab6fc96e6ae (patch)
treeb332556a316cc212c90505b9176db28d4a2facf7
parent0825a178e82c58ae97e908d49e5ad7abe88ed7f5 (diff)
downloadfontconfig-9279f3f90b70246b34f3c83deb9beab6fc96e6ae.tar.gz
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.
-rw-r--r--.gitlab-ci.yml10
1 files 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'