summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2026-05-13 09:39:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2026-05-13 10:34:24 +0900
commit6dfdd9e53f99ea3405afddee7d2711856f0e4800 (patch)
treea2bb1287ebd29fd29c82f4ceff2583ead06689f0
parent4d147883e4fa8ce3b9a1a25ae8f1e68a066362a6 (diff)
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) <noreply@anthropic.com>
-rw-r--r--.github/workflows/windows.yml6
1 files 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 }}