From 31c2a978a8974658419bda1734d1152349e174c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 1 Feb 2023 18:55:17 +0000 Subject: [PATCH] ci: rebuild windows image Needed for the backport of https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3805 to take effect, once cerbero is made to use the new image. Should fix errors like cp: will not create hard link `./cerbero-sources/sbc-1.3' to directory `./cerbero-sources/bzip2-1.0.8' and similar. Part-of: --- .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 fb571a0..a4383bc 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -7,4 +7,4 @@ variables: ### FEDORA_TAG: '2023-01-25.0' INDENT_TAG: '2023-01-25.0' - WINDOWS_TAG: '2023-01-25.0' + WINDOWS_TAG: '2023-02-01.0' -- 2.7.4