diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 90c8af82d6b9a5..a141a0c2a61244 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -31,10 +31,10 @@ jobs: test_task: check - vs: 2019 test_task: check - - vs: 2022 - test_task: check - - vs: 2022 + - vs: 2019 test_task: test-bundled-gems + # - vs: 2022 + # test_task: check fail-fast: false runs-on: windows-${{ matrix.vs < 2022 && '2019' || matrix.vs }}