Skip to content

Commit d4d33db

Browse files
Branimir KaradžićCopilot
andcommitted
Pin Windows CI to windows-2022 runner
windows-latest was repointed to a VS2026 toolset whose newer MSVC promotes a GSL [[gsl::suppress]] deprecation (C4875) to an error under /WX, breaking the Win32 and UWP builds. Pin those jobs to windows-2022 so the established VS2022 toolset is used, restoring green CI without a dependency or source change. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5449381 commit d4d33db

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-2022
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-2022
1616
timeout-minutes: 15
1717
steps:
1818
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)