diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-11-23 09:47:17 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-02-16 07:38:07 -0800 |
commit | bed9c3be3112029756a0a480c35b399ca4d4839e (patch) | |
tree | b655408fade0648960ac66aa8f5a717ccb772a8f | |
parent | 3f4ef1b91f7a24d2c533eb4791ae099f8de49f4f (diff) | |
download | chef-bed9c3be3112029756a0a480c35b399ca4d4839e.tar.gz |
Remove macOS 10.13 from the build matrix
We support N-2 macOS releases so 10.13 can be dropped now that Big Sur
is out.
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 0736e929a5..11b6eda0dc 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -35,8 +35,7 @@ builder-to-testers-map: freebsd-11-amd64: - freebsd-11-amd64 - freebsd-12-amd64 - mac_os_x-10.13-x86_64: - - mac_os_x-10.13-x86_64 + mac_os_x-10.14-x86_64: - mac_os_x-10.14-x86_64 - mac_os_x-10.15-x86_64 - mac_os_x-11.0-x86_64 |