diff options
author | Jeremiah Snapp <jeremiah@chef.io> | 2019-08-12 20:32:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-12 20:32:55 -0400 |
commit | 9363858ce07ffafdfe2b7485c17aaada0328aa32 (patch) | |
tree | 046d56eafadc77e0001bef16e54ed017deec12e3 | |
parent | 199fb4503cf0cbe7876caee22abe878daea316d6 (diff) | |
parent | 94901766457a2b7e8e05251b67e2f4760eb00fa0 (diff) | |
download | chef-9363858ce07ffafdfe2b7485c17aaada0328aa32.tar.gz |
Merge pull request #8810 from chef/snappj/chef-14/deprecate-freebsd-10
Stop building Chef Infra Client 14.x on FreeBSD 10
-rw-r--r-- | .expeditor/release.omnibus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 5166e4937a..5a608ad88c 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -28,9 +28,9 @@ builder-to-testers-map: - el-7-s390x el-7-x86_64: - el-7-x86_64 - freebsd-10-amd64: - - freebsd-10-amd64 + freebsd-11-amd64: - freebsd-11-amd64 + - freebsd-12-amd64 mac_os_x-10.12-x86_64: - mac_os_x-10.12-x86_64 - mac_os_x-10.13-x86_64 |