mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Drop windows-2016 on GitHub Actions
https://help.github.com/en/actions/automating-your-workflow-with-github-actions/software-installed-on-github-hosted-runners#windows-server-2016 > Note: The Windows Server 2016 virtual environment will be removed on December 3, 2019.
This commit is contained in:
parent
cdcaf04112
commit
416cccc6ec
Notes:
git
2019-11-28 05:33:07 +09:00
1 changed files with 2 additions and 7 deletions
9
.github/workflows/windows.yml
vendored
9
.github/workflows/windows.yml
vendored
|
@ -11,13 +11,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
test_task: [test]
|
||||
os: [windows-2016, windows-2019]
|
||||
vs: [2017, 2019]
|
||||
exclude:
|
||||
- os: windows-2016
|
||||
vs: 2019
|
||||
- os: windows-2019
|
||||
vs: 2017
|
||||
os: [windows-2019]
|
||||
vs: [2019]
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
|
|
Loading…
Add table
Reference in a new issue