summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-07-18 11:31:42 +0200
committerTim-Philipp Müller <tim@centricular.com>2022-07-21 14:37:00 +0100
commit0532f29a6d31d37ca72a3b2ccb8c658e115152f8 (patch)
tree5d74b34f29fbfcd4e9b612c2b05995c802768270 /.gitlab-ci.yml
parent7c998fa01983eb19a3f62aa12fb65280299850d1 (diff)
downloadcairo-0532f29a6d31d37ca72a3b2ccb8c658e115152f8.tar.gz
ci: update windows image and use new 2022 runner and vs2019
Old 1809 runner is going to go away at some point.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7fa840856..c48fd43d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ variables:
# TODO: should probably get its own image at some point instead of reusing the GStreamer one
# See https://gitlab.freedesktop.org/gstreamer/gstreamer/container_registry/18035 for latest
- WINDOWS_IMAGE: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2021-10-04.1-main"
+ WINDOWS_IMAGE: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-05-16.1-main"
DEFAULT_MESON_ARGS: >
--default-library=both
@@ -276,7 +276,7 @@ meson mingw-64 build:
tags:
- 'docker'
- 'windows'
- - '1809'
+ - '2022'
timeout: '30min'
variables:
MESON_ARGS: >
@@ -309,12 +309,12 @@ meson mingw-64 build:
meson build $env:MESON_ARGS &&
ninja -C build"
-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'