summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-04 19:56:01 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-02-20 20:39:48 +0900
commit32af1a3b5e8bb7b5ffc3c7f97edb8c0b74f016ae (patch)
treeb40a9aab20523210062171600642d15e6384bc05 /.github/workflows/windows.yml
parent71388f9d395cc9864e37a6767c7f59538f947b3d (diff)
[MSWin] Try VS2022
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5579
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml2
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') }}