Skip to content

Commit 152aa2c

Browse files
committed
CI-windows.yml: added windows-2025-vs2026
1 parent ae1f0fb commit 152aa2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ permissions:
1212
defaults:
1313
run:
1414
shell: cmd
15-
15+
1616
jobs:
1717

1818
build:
1919
strategy:
2020
matrix:
21-
os: [windows-2022, windows-2025, windows-11-arm]
21+
os: [windows-2022, windows-2025, windows-2025-vs2026, windows-11-arm]
2222
config: [Release, Debug]
2323
fail-fast: false
2424

@@ -50,7 +50,7 @@ jobs:
5050
- name: Build
5151
run: |
5252
msbuild -m simplecpp.sln /p:Configuration=${{ matrix.config }} /p:Platform=x64 || exit /b !errorlevel!
53-
53+
5454
- name: Test
5555
run: |
5656
.\${{ matrix.config }}\testrunner.exe || exit /b !errorlevel!

0 commit comments

Comments
 (0)