The open source OpenXR runtime

ci: bump windows image

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2140>

+6 -6
+2 -2
.gitlab-ci.yml
··· 51 51 inherit: 52 52 default: false 53 53 variables: 54 - MONADO_WIN_BASE_TAG: "20230422.0" 55 - MONADO_WIN_MAIN_TAG: "20230422.0" 54 + MONADO_WIN_BASE_TAG: "20240607.0" 55 + MONADO_WIN_MAIN_TAG: "20240607.0" 56 56 MONADO_BASE_IMAGE_PATH: "win2022/vs2022_base" 57 57 MONADO_MAIN_IMAGE_PATH: "win2022/vs2022" 58 58
+2 -2
.gitlab-ci/templates/include.win_containers.yml
··· 9 9 inherit: 10 10 default: false 11 11 variables: 12 - MONADO_WIN_BASE_TAG: "20230422.0" 13 - MONADO_WIN_MAIN_TAG: "20230422.0" 12 + MONADO_WIN_BASE_TAG: "20240607.0" 13 + MONADO_WIN_MAIN_TAG: "20240607.0" 14 14 MONADO_BASE_IMAGE_PATH: "win2022/vs2022_base" 15 15 MONADO_MAIN_IMAGE_PATH: "win2022/vs2022" 16 16
+2 -2
.gitlab-ci/windows/monado_deps_build.ps1
··· 3 3 # SPDX-License-Identifier: MIT 4 4 # Based on https://gitlab.freedesktop.org/mesa/mesa/-/blob/8396df5ad90aeb6ab2267811aba2187954562f81/.gitlab-ci/windows/mesa_deps_build.ps1 5 5 6 - $VulkanRTVersion = "1.3.211.0" 6 + $VulkanRTVersion = "1.3.283.0" 7 7 8 8 # Download new TLS certs from Windows Update 9 9 Get-Date ··· 59 59 60 60 Get-Date 61 61 Write-Host "Installing some base deps from vcpkg" 62 - ./vcpkg.exe install cjson:x64-windows eigen3:x64-windows wil:x64-windows pthreads:x64-windows glslang:x64-windows libusb:x64-windows hidapi:x64-windows sdl2[base,vulkan]:x64-windows 62 + ./vcpkg.exe install cjson:x64-windows eigen3:x64-windows wil:x64-windows pthreads:x64-windows glslang:x64-windows libusb:x64-windows hidapi:x64-windows sdl2:x64-windows sdl2[vulkan]:x64-windows 63 63 Remove-Item -Recurse -Path downloads 64 64 Remove-Item -Recurse -Path buildtrees