From a9a6ef3606543f1d3ed6ee141aeef61d544e39ff Mon Sep 17 00:00:00 2001 From: cjee21 <77721854+cjee21@users.noreply.github.com> Date: Fri, 12 Jun 2026 13:51:48 +0800 Subject: [PATCH] CI: Migrate to VS2026 --- .github/workflows/ZenLib_Checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ZenLib_Checks.yml b/.github/workflows/ZenLib_Checks.yml index 59d2360..35f1ee9 100644 --- a/.github/workflows/ZenLib_Checks.yml +++ b/.github/workflows/ZenLib_Checks.yml @@ -55,12 +55,12 @@ jobs: with: msbuild-architecture: x64 - name: Build - run: msbuild -p:Configuration=Release -p:Platform=${{ matrix.architecture }} ${{ github.workspace }}\ZenLib\Project\MSVC2022\ZenLib_MSVC.sln -verbosity:quiet -warnaserror + run: msbuild -p:Configuration=Release -p:Platform=${{ matrix.architecture }} ${{ github.workspace }}\ZenLib\Project\MSVC2026\ZenLib_MSVC.slnx -verbosity:quiet -warnaserror CMake: strategy: matrix: - runner: [windows-latest, windows-11-arm, ubuntu-latest, macos-latest] + runner: [windows-latest, windows-11-vs2026-arm, ubuntu-latest, macos-latest] unicode_setting: [default, utf-8] fail-fast: false name: CMake (${{ matrix.runner }}${{ matrix.unicode_setting == 'utf-8' && ', utf-8' || '' }})