From abc91ed737097affbd9617a3da22ce4d924a14bf Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 16 Jun 2026 12:28:06 +0000 Subject: [PATCH] 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 --- .github/workflows/coverage-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-windows.yml b/.github/workflows/coverage-windows.yml index fa0a52b925f90c..fe3cc7179c2c45 100644 --- a/.github/workflows/coverage-windows.yml +++ b/.github/workflows/coverage-windows.yml @@ -43,7 +43,7 @@ permissions: jobs: coverage-windows: if: github.event.pull_request.draft == false - runs-on: windows-2025 + runs-on: windows-2022 steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: