From 6d4577799ce0b789a969b0984c0985901829a707 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Wed, 20 Dec 2023 06:41:53 +0800 Subject: [PATCH] ci/microsoft: Update the image-tag and image-path for msvc2019/msvc2022 Update the image-path from x64 to x86_64 for consistence with other platform This is also cause the python to be updated to python3.12 Signed-off-by: Yonggang Luo Acked-by: Jesse Natalie Part-of: --- .gitlab-ci/image-tags.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 4d2dd8858bb..3e923cc5a53 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -29,11 +29,11 @@ variables: KERNEL_TAG: "v6.6.4-for-mesa-ci-e4f4c500f7fb" KERNEL_REPO: "gfx-ci/linux" - WINDOWS_X64_MSVC_PATH: "windows/x64_vs" - WINDOWS_X64_MSVC_TAG: "2022-10-20-upgrade-zlib" + WINDOWS_X64_MSVC_PATH: "windows/x86_64_msvc" + WINDOWS_X64_MSVC_TAG: "2023-12-22-msvc" - WINDOWS_X64_BUILD_PATH: "windows/x64_build" - WINDOWS_X64_BUILD_TAG: "2023-12-07-directx-headers-611" + WINDOWS_X64_BUILD_PATH: "windows/x86_64_build" + WINDOWS_X64_BUILD_TAG: "2023-12-22-msvc" - WINDOWS_X64_TEST_PATH: "windows/x64_test" - WINDOWS_X64_TEST_TAG: "2023-05-30-warp-1.0.7.1" + WINDOWS_X64_TEST_PATH: "windows/x86_64_test" + WINDOWS_X64_TEST_TAG: "2023-12-22-msvc"