diff options
author | Tim Smith <tsmith@chef.io> | 2021-09-23 17:53:13 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2021-09-23 17:53:13 -0700 |
commit | 48186992617c7ea2d0b463677e20009226acf340 (patch) | |
tree | 254120e16ffcc13905e302ca80a952d68370abd2 /.expeditor | |
parent | 01a9c1022919e474bcf3e1a7798e7df7a83fa012 (diff) | |
download | chef-48186992617c7ea2d0b463677e20009226acf340.tar.gz |
Remove EOL FreeBSD 11 buildsfreebsd11
FreeBSD 11 goes EOL at the end of Sept 2021.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/adhoc-canary.omnibus.yml | 4 | ||||
-rw-r--r-- | .expeditor/release.omnibus.yml | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/.expeditor/adhoc-canary.omnibus.yml b/.expeditor/adhoc-canary.omnibus.yml index e47d009058..5ca8294041 100644 --- a/.expeditor/adhoc-canary.omnibus.yml +++ b/.expeditor/adhoc-canary.omnibus.yml @@ -36,10 +36,8 @@ builder-to-testers-map: - amazon-2-x86_64 el-8-x86_64: - el-8-x86_64 - freebsd-11-amd64: - - freebsd-11-amd64 + freebsd-12-amd64: - freebsd-12-amd64 -# - freebsd-13-amd64 mac_os_x-10.14-x86_64: - mac_os_x-10.14-x86_64 - mac_os_x-10.15-x86_64 diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 13a72f986c..4f52169fe5 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -38,8 +38,7 @@ builder-to-testers-map: - el-8-aarch64 el-8-x86_64: - el-8-x86_64 - freebsd-11-amd64: - - freebsd-11-amd64 + freebsd-12-amd64: - freebsd-12-amd64 mac_os_x-10.14-x86_64: - mac_os_x-10.14-x86_64 |