diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-02-28 15:54:12 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-02-28 17:02:07 +0900 |
| commit | d6517a3ddee82a18bcf8917f8da1f56c549bcc69 (patch) | |
| tree | 0479f4cd3db4eecc6f14a99846eea3c5396e6c3e | |
| parent | 98fc456891c0dbf3b4bccdb7a89d05d485cd0b2a (diff) | |
Skip VS2022 17.13.x build
see https://github.com/ruby/ruby/pull/12830
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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') }} |
