mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove ubuntu-16.04 (already commented out)
https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021
This commit is contained in:
parent
9bd79c2cef
commit
6674dd61fd
1 changed files with 0 additions and 9 deletions
9
.github/workflows/ubuntu.yml
vendored
9
.github/workflows/ubuntu.yml
vendored
|
@ -8,17 +8,8 @@ jobs:
|
|||
os:
|
||||
- ubuntu-20.04
|
||||
# - ubuntu-18.04
|
||||
# - ubuntu-16.04
|
||||
debug: ["", "-DRUBY_DEBUG"]
|
||||
exclude:
|
||||
- test_task: test-bundler-parallel
|
||||
os: ubuntu-16.04
|
||||
- test_task: test-bundled-gems
|
||||
os: ubuntu-16.04
|
||||
- test_task: "test-all TESTS=--repeat-count=2"
|
||||
os: ubuntu-16.04
|
||||
- os: ubuntu-16.04
|
||||
debug: -DRUBY_DEBUG
|
||||
- test_task: "test-all TESTS=--repeat-count=2"
|
||||
debug: -DRUBY_DEBUG
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in a new issue