ci/windows: Bump Vulkan SDK for SPIRV-Tools

Reviewed-by: Jesse Natalie <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33286>
This commit is contained in:
Karol Herbst
2025-01-30 13:40:35 +01:00
committed by Marge Bot
parent 457b159383
commit 6d306f7415
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ variables:
WINDOWS_X64_MSVC_TAG: "20240827-v143"
WINDOWS_X64_BUILD_PATH: "windows/x86_64_build"
WINDOWS_X64_BUILD_TAG: "20241107-setup"
WINDOWS_X64_BUILD_TAG: "20250130-vulkan-sdk"
WINDOWS_X64_TEST_PATH: "windows/x86_64_test"
WINDOWS_X64_TEST_TAG: "20241107-setup"
WINDOWS_X64_TEST_TAG: "20250130-vulkan-sdk"

View File

@@ -2,7 +2,7 @@
# Touch this file needs update both WINDOWS_X64_BUILD_TAG WINDOWS_X64_TEST_TAG
# This file needs run in administrator mode
$env:VULKAN_SDK_VERSION="1.3.275.0"
$env:VULKAN_SDK_VERSION="1.3.280.0"
$ProgressPreference = "SilentlyContinue"