Skip to content

Commit 41d2ee1

Browse files
committed
build: switch coverage-windows to windows-2022
GitHub has updated the `windows-2025` runner to Visual Studio 2026. Since Node.js 22.x does not support compilation on VS2026, switch the workflow to `windows-2022` which still has the earlier version of Visual Studio. Signed-off-by: Richard Lau <richard.lau@ibm.com> PR-URL: #63940 Refs: https://github.blog/changelog/2026-05-14-github-actions-upcoming-image-migrations/#windows-2025-visual-studio-2026-image-migration Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
1 parent e896619 commit 41d2ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ permissions:
4343
jobs:
4444
coverage-windows:
4545
if: github.event.pull_request.draft == false
46-
runs-on: windows-2025
46+
runs-on: windows-2022
4747
steps:
4848
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4949
with:

0 commit comments

Comments
 (0)