From 32af1a3b5e8bb7b5ffc3c7f97edb8c0b74f016ae Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 4 Dec 2021 19:56:01 +0900 Subject: [PATCH] [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 409c3ee1765dbd..1a61f5562d9228 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') }}