ruby-changes:71228
From: Nobuyoshi <ko1@a...>
Date: Sun, 20 Feb 2022 20:40:15 +0900 (JST)
Subject: [ruby-changes:71228] 32af1a3b5e (master): [MSWin] Try VS2022
https://git.ruby-lang.org/ruby.git/commit/?id=32af1a3b5e From 32af1a3b5e8bb7b5ffc3c7f97edb8c0b74f016ae Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 4 Dec 2021 19:56:01 +0900 Subject: [MSWin] Try VS2022 --- .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 409c3ee176..1a61f5562d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,7 +21,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L21 matrix: include: - vs: 2019 - # - vs: 2022 + - vs: 2022 fail-fast: false runs-on: windows-${{ matrix.vs < 2022 && '2019' || matrix.vs }} if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }} -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/