Skip to content

Commit abc91ed

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>
1 parent 5024c7d commit abc91ed

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)