diff --git a/.github/workflows/matrix/windows-finalize-release-config.json b/.github/workflows/matrix/windows-finalize-release-config.json index 4a926e9da69e..7dfc12e313a8 100644 --- a/.github/workflows/matrix/windows-finalize-release-config.json +++ b/.github/workflows/matrix/windows-finalize-release-config.json @@ -1,26 +1,28 @@ { "include": [ { - "os": "windows-2019", - "runner": ["self-hosted", "windows", "x64", "vs-2019", "meshinspector"], + "cxx_compiler": "msvc-2019", "config": "Debug", "build_system": "CMake", - "vc-path": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community", + "vcpkg-version": "__VCPKG_VERSION_VS19__", + "runner": ["windows-2022"], + "vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise", "CUDA-VERSION": "11.4.2.47141", "CUDA-MAJOR": "11", "CUDA-MINOR": "4", - "vcpkg-version": "__VCPKG_VERSION_VS19__" + "test_artifacts_path": "windows/windows-2019/Debug" }, { - "os": "windows-2019", - "runner": ["self-hosted", "windows", "x64", "vs-2019", "meshinspector"], + "cxx_compiler": "msvc-2019", "config": "Release", "build_system": "CMake", - "vc-path": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community", + "vcpkg-version": "__VCPKG_VERSION_VS19__", + "runner": ["windows-2022"], + "vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise", "CUDA-VERSION": "11.4.2.47141", "CUDA-MAJOR": "11", "CUDA-MINOR": "4", - "vcpkg-version": "__VCPKG_VERSION_VS19__" + "test_artifacts_path": "windows/windows-2019/Release" } ] }