diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-18 18:43:49 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-18 18:43:49 -0800 |
commit | 9b5fc812d89833a64427adc166aa2045841563f1 (patch) | |
tree | ded868f475463cce1c61df2d178488c977c3684c /omnibus | |
parent | cd1ad9d5e9ebc3a301d68285ade8c637f2b15345 (diff) | |
download | chef-9b5fc812d89833a64427adc166aa2045841563f1.tar.gz |
Remove support for Ubuntu 16.04remove_ubuntu1604
By the time we ship Chef 17 Ubuntu 16.04 will be EOL.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/kitchen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/kitchen.yml b/omnibus/kitchen.yml index bd2893ab83..a3db5b8499 100644 --- a/omnibus/kitchen.yml +++ b/omnibus/kitchen.yml @@ -38,7 +38,7 @@ platforms: run_list: apt::default - name: freebsd-11 run_list: freebsd::portsnap - - name: ubuntu-16.04 + - name: ubuntu-18.04 run_list: apt::default # macOS |