Skip to content

Commit

Permalink
[MSWin] Try VS2022
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Feb 20, 2022
1 parent 71388f9 commit 32af1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -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') }}
Expand Down

0 comments on commit 32af1a3

Please sign in to comment.