From 57d5c20b480d27e838591c5e292b2049c205236e Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 22 Jun 2026 13:52:49 +0200 Subject: [PATCH] ci: fix windows x cmake configure --- .github/workflows/amd64_windows_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/amd64_windows_cmake.yml b/.github/workflows/amd64_windows_cmake.yml index 16d39fe7..176d7c0f 100644 --- a/.github/workflows/amd64_windows_cmake.yml +++ b/.github/workflows/amd64_windows_cmake.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Configure - run: cmake -S. -Bbuild -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES=Release + run: cmake -S. -Bbuild -G "Visual Studio 18 2026" -DCMAKE_CONFIGURATION_TYPES=Release - name: Build run: cmake --build build --config Release --target ALL_BUILD -- /maxcpucount - name: Test