1
0
Fork 0
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:
Kazuhiro NISHIYAMA 2019-11-27 19:09:47 +09:00 committed by Aaron Patterson
parent cdcaf04112
commit 416cccc6ec
Notes: git 2019-11-28 05:33:07 +09:00

View file

@ -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]')"