From b8b5d4b921f8396c7a9e6d6b255f2de09e2c8c36 Mon Sep 17 00:00:00 2001 From: Jan Laupetin Date: Mon, 26 Jan 2026 20:18:24 +0100 Subject: [PATCH 1/2] chore: generate vs2026 solutions on windows --- generate.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate.bat b/generate.bat index 5c876a42..57b65e8b 100644 --- a/generate.bat +++ b/generate.bat @@ -85,4 +85,4 @@ exit 1 :runpremake git submodule update --init --recursive -%PREMAKE_BIN% %* vs2022 +%PREMAKE_BIN% %* vs2026 From 7fd818871cc6da0067e1b5207d3aac0926d844b9 Mon Sep 17 00:00:00 2001 From: Jan Laupetin Date: Thu, 5 Feb 2026 18:05:09 +0100 Subject: [PATCH 2/2] chore: use windows-2025-vs2026 in CI for running with VS2026 --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bedb585f..c99567ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -101,7 +101,7 @@ jobs: - build_arch: x64 msbuild_config: x64 name: Build-Test Windows ${{ matrix.build_arch }} - runs-on: windows-latest + runs-on: windows-2025-vs2026 steps: - name: Install node uses: actions/setup-node@v6 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9a855c9b..120b32d9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,7 +50,7 @@ jobs: ${{ github.workspace }}/build/bin/Release_x86 build-release-windows: - runs-on: windows-latest + runs-on: windows-2025-vs2026 steps: - name: Checkout repository uses: actions/checkout@v6