From 23a2c38935c138fa093ad6cc8b94b89b7963ac53 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Fri, 1 May 2026 14:35:46 +0700 Subject: [PATCH] update to vs 2026 --- .github/workflows/cd.yaml | 2 +- .github/workflows/ci.yaml | 2 +- CMakePresets.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 45718db..1253427 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -14,7 +14,7 @@ jobs: matrix: targetplatform: [x86] - runs-on: windows-latest + runs-on: windows-2025-vs2026 env: Configuration: Release diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f4512f..d734590 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: matrix: targetplatform: [x86] - runs-on: windows-latest + runs-on: windows-2025-vs2026 env: Configuration: Release diff --git a/CMakePresets.json b/CMakePresets.json index 572f381..34d75ec 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -3,7 +3,7 @@ "configurePresets": [ { "name": "vcpkg", - "generator": "Visual Studio 17 2022", + "generator": "Visual Studio 18 2026", "architecture": "Win32", "binaryDir": "${sourceDir}/build", "cacheVariables": {