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 16:43:01 +0900 |
| commit | 2e7f65acbd52e9da57e7b2c44597106ca70aebd8 (patch) | |
| tree | 54d86d6756e18c4a6c07e148ca2b0891b68a32bf | |
| parent | 5eb08338ca318c3ea2e367f3b00f0d1fb36270e2 (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 8b34f962fe..8f5625c57a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,7 +38,7 @@ jobs: matrix: include: - vs: 2019 - - vs: 2022 + # - vs: 2022 fail-fast: false runs-on: windows-${{ matrix.vs < 2022 && '2019' || matrix.vs }} |
