diff --git a/.github/workflows/amd64_windows_cmake.yml b/.github/workflows/amd64_windows_cmake.yml index 6ff9ca4..cf6a577 100644 --- a/.github/workflows/amd64_windows_cmake.yml +++ b/.github/workflows/amd64_windows_cmake.yml @@ -13,8 +13,8 @@ jobs: strategy: matrix: cmake: [ - {name: "VS22", generator: "Visual Studio 17 2022", config: Release}, - {name: "VS22", generator: "Visual Studio 17 2022", config: Debug}, + {name: "VS26", generator: "Visual Studio 18 2026", config: Release}, + {name: "VS26", generator: "Visual Studio 18 2026", config: Debug}, ] fail-fast: false name: amd64•Windows•CMake(${{matrix.cmake.name}},${{matrix.cmake.config}})