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
9
.github/workflows/ubuntu.yml
vendored
9
.github/workflows/ubuntu.yml
vendored
@ -8,17 +8,8 @@ jobs:
|
|||||||
os:
|
os:
|
||||||
- ubuntu-20.04
|
- ubuntu-20.04
|
||||||
# - ubuntu-18.04
|
# - ubuntu-18.04
|
||||||
# - ubuntu-16.04
|
|
||||||
debug: ["", "-DRUBY_DEBUG"]
|
debug: ["", "-DRUBY_DEBUG"]
|
||||||
exclude:
|
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"
|
- test_task: "test-all TESTS=--repeat-count=2"
|
||||||
debug: -DRUBY_DEBUG
|
debug: -DRUBY_DEBUG
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user