Skip to content

Commit e2d45ab

Browse files
author
Branimir Karadžić
committed
Pin Windows CI to windows-2025 runner
windows-latest now resolves to the VS2026 image; pin the Win32 and UWP jobs to windows-2025 explicitly so the toolset matches what the GSL v4.2.2 bump in this PR is validated against and the image can't silently drift again.
1 parent 0abfe25 commit e2d45ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-uwp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: windows-latest
15+
runs-on: windows-2025
1616
timeout-minutes: 15
1717
steps:
1818
- uses: actions/checkout@v5

.github/workflows/build-win32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: windows-latest
15+
runs-on: windows-2025
1616
timeout-minutes: 15
1717
steps:
1818
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)