From 2e1766d1104e7d7effdf2edc8d67ec3f4b8a0c5e Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 22 Jun 2026 11:39:55 +0200 Subject: [PATCH] ci: update windows to VS 18 2026 --- .github/workflows/amd64_windows_cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}})