Skip to content

Commit 2ddc277

Browse files
Merge pull request #199 from cjee21/ci
CI: Migrate to VS2026
2 parents 8cbc286 + a9a6ef3 commit 2ddc277

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ZenLib_Checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
with:
5656
msbuild-architecture: x64
5757
- name: Build
58-
run: msbuild -p:Configuration=Release -p:Platform=${{ matrix.architecture }} ${{ github.workspace }}\ZenLib\Project\MSVC2022\ZenLib_MSVC.sln -verbosity:quiet -warnaserror
58+
run: msbuild -p:Configuration=Release -p:Platform=${{ matrix.architecture }} ${{ github.workspace }}\ZenLib\Project\MSVC2026\ZenLib_MSVC.slnx -verbosity:quiet -warnaserror
5959

6060
CMake:
6161
strategy:
6262
matrix:
63-
runner: [windows-latest, windows-11-arm, ubuntu-latest, macos-latest]
63+
runner: [windows-latest, windows-11-vs2026-arm, ubuntu-latest, macos-latest]
6464
unicode_setting: [default, utf-8]
6565
fail-fast: false
6666
name: CMake (${{ matrix.runner }}${{ matrix.unicode_setting == 'utf-8' && ', utf-8' || '' }})

0 commit comments

Comments
 (0)