mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Enabled windows-2022 again
This commit is contained in:
parent
7a4f7df335
commit
3722b18e8d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
|
@ -23,9 +23,9 @@ jobs:
|
|||
- vs: 2019
|
||||
os: windows-2019
|
||||
vcvars: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"'
|
||||
# - vs: 2022
|
||||
# os: windows-2022
|
||||
# vcvars: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"'
|
||||
- vs: 2022
|
||||
os: windows-2022
|
||||
vcvars: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"'
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue