From d6517a3ddee82a18bcf8917f8da1f56c549bcc69 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 28 Feb 2025 15:54:12 +0900 Subject: Skip VS2022 17.13.x build see https://github.com/ruby/ruby/pull/12830 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 15233d257c..ceff498e7c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -35,7 +35,7 @@ jobs: matrix: include: - vs: 2019 - - vs: 2022 + # - vs: 2022 fail-fast: false runs-on: windows-${{ matrix.vs < 2022 && '2019' || matrix.vs }} if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }} -- cgit v1.2.3