CI: bump the build version of UWP targets to Windows 1809/RS5

Our UCRT build already has the same version, so we should match the same value
we support. The UWP builds require UCRT.
This commit is contained in:
Steve Lhomme 2022-03-07 10:40:57 +01:00 committed by François Cartegnie
parent a84e2e720c
commit b5923a21d6
1 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ win64-arm-llvm:
variables:
<<: *variables-win64-arm
LIBVLC_EXTRA_BUILD_FLAGS: -z
UWP_EXTRA_BUILD_FLAGS: -u -w -x
UWP_EXTRA_BUILD_FLAGS: -u -w -x -S 0x0A000006
uwp64-libvlc-llvm:
extends: .win-common
@ -180,7 +180,7 @@ uwp64-libvlc-llvm:
variables:
<<: *variables-win64
LIBVLC_EXTRA_BUILD_FLAGS: -z
UWP_EXTRA_BUILD_FLAGS: -u -w -x
UWP_EXTRA_BUILD_FLAGS: -u -w -x -S 0x0A000006
.nightly-win-common:
extends: .win-common