summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-05-12 15:24:17 +0100
committerSimon McVittie <smcv@collabora.com>2023-05-12 15:40:45 +0100
commit7a6e9f5beb51b34fb8ea032189a1950d449a276d (patch)
tree66d5388e93b34bdf8cca07c95800e52fdbba6e5c /.gitlab-ci.yml
parent3f6400b8b929d902b7317e90440bd369c8f5407a (diff)
downloaddbus-7a6e9f5beb51b34fb8ea032189a1950d449a276d.tar.gz
CI: Update Windows runners
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ccffb2c5..aec249ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,7 @@ variables:
# If you are hacking on them or need a them to rebuild, its enough
# to change any part of the string of the image you want.
###
- WINDOWS_TAG: "2022-02-06.2"
+ WINDOWS_TAG: "2023-05-12.0"
UPSTREAM_BRANCH: 'master'
UPSTREAM_REPO: 'dbus/dbus'
@@ -119,7 +119,7 @@ windows amd64 image:
tags:
- windows
- shell
- - "1809"
+ - "2022"
script:
# We need to pass an array and to resolve the env vars, so we can't use a variable:
- $DOCKER_BUILD_ARGS = @("--build-arg", "DEFAULT_BRANCH=$UPSTREAM_BRANCH")
@@ -340,7 +340,7 @@ ubuntu jammy autotools:
tags:
- 'docker'
- 'windows'
- - '1809'
+ - '2022'
needs:
- "windows amd64 image"
timeout: '2h'