diff options
author | Tim Smith <tsmith@chef.io> | 2021-11-16 17:15:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 17:15:38 -0800 |
commit | 24f0f54fe7c1844b780501e2afdb400275d6b379 (patch) | |
tree | bd63c365ecd25e26c2a583a02400fcd1d37311af | |
parent | a6169f365f98e446bea27af50b779cbc8b5621bb (diff) | |
parent | 08d6d763482f3578d4c5ebaae8097e12352362d5 (diff) | |
download | chef-24f0f54fe7c1844b780501e2afdb400275d6b379.tar.gz |
Merge pull request #12265 from chef/10.14_16
Stop producing macOS 10.14 packages
-rw-r--r-- | .expeditor/release.omnibus.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 4ef210b129..d9048a1722 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -43,8 +43,7 @@ builder-to-testers-map: freebsd-11-amd64: - freebsd-11-amd64 - freebsd-12-amd64 - mac_os_x-10.14-x86_64: - - mac_os_x-10.14-x86_64 + mac_os_x-10.15-x86_64: - mac_os_x-10.15-x86_64 - mac_os_x-11-x86_64 - mac_os_x-12-x86_64 |