From 2af71e5c271e3ae5420dd47f2978a9c16d65ca52 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 10 Aug 2023 12:38:53 +0530 Subject: [PATCH] ci: Build a new windows image The old one was fine when built in slomo's namespace, but the one built in the gstreamer namespace is broken in a weird way: https://gitlab.freedesktop.org/tpm/gstreamer/-/jobs/47061420 https://gitlab.freedesktop.org/tpm/gstreamer/-/jobs/47059417 Let's regen it and pray that it works this time. --- .gitlab-image-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index 72387a78fa..a22e59048d 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -8,4 +8,4 @@ variables: FEDORA_TAG: '2023-08-07.0' INDENT_TAG: '2023-06-14.1' LINT_TAG: '2023-02-16.5' - WINDOWS_TAG: '2023-08-07.0' + WINDOWS_TAG: '2023-08-10.0'