diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-12-04 19:56:01 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-02-20 20:39:48 +0900 |
commit | 32af1a3b5e8bb7b5ffc3c7f97edb8c0b74f016ae (patch) | |
tree | b40a9aab20523210062171600642d15e6384bc05 /.github/workflows | |
parent | 71388f9d395cc9864e37a6767c7f59538f947b3d (diff) | |
download | ruby-32af1a3b5e8bb7b5ffc3c7f97edb8c0b74f016ae.tar.gz |
[MSWin] Try VS2022
Diffstat (limited to '.github/workflows')
-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 409c3ee176..1a61f5562d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,7 +21,7 @@ jobs: 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') }} |