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": {