mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[MSWin] Try VS2022
This commit is contained in:
parent
71388f9d39
commit
32af1a3b5e
Notes:
git
2022-02-20 20:40:26 +09:00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -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') }}
|
||||
|
|
Loading…
Add table
Reference in a new issue