CI: switch debian-llvm-mingw to UCRT

The msvcrt and ucrt are almost identical except
- C runtime is either msvcrt or UCRT (Universal C Runtime from Vista+ [^1])
- The default target OS is Windows 10 instead of Windows 7 (0x601)

[^1]: https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c
This commit is contained in:
Steve Lhomme
2026-01-21 13:43:37 +00:00
committed by Martin Storsjö
co-authored by Martin Storsjö
parent 2bb7e63266
commit 50015c2ec9
+1 -1
View File
@@ -18,7 +18,7 @@ stages:
- amd64
.debian-llvm-mingw-common:
image: registry.videolan.org/vlc-debian-llvm-msvcrt:20250305204125
image: registry.videolan.org/vlc-debian-llvm-ucrt:20250305204125
stage: build
tags:
- docker