From 6dfdd9e53f99ea3405afddee7d2711856f0e4800 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 13 May 2026 09:39:12 +0900 Subject: Run test-bundled-gems on windows-2022 as well Mirror the test-bundled-gems matrix entry on windows-2022 so both the VS 2022 and the VS 2026 (windows-2025-vs2026) lanes exercise the same test set. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/windows.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ed1e51a811..408b68fcca 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -27,13 +27,15 @@ jobs: include: - os: 2022 test_task: check + - os: 2022 + test_task: test-bundled-gems - os: 2025-vs2026 test_task: check + - os: 2025-vs2026 + test_task: test-bundled-gems - os: 11-arm test_task: 'btest test-basic test-tool' # check and test-spec are broken yet. target: arm64 - - os: 2025-vs2026 - test_task: test-bundled-gems fail-fast: false runs-on: windows-${{ matrix.os }} -- cgit v1.2.3