diff options
author | Tom Duffield <tom@chef.io> | 2021-02-19 18:52:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 16:52:15 -0800 |
commit | 23af4056183e5a1da0be457bc7613676b56f97f9 (patch) | |
tree | f0ac5368757c8fc393244a1d87c8ecfe394fbe05 /.expeditor | |
parent | b68d2b052258f75347b34fabbff4f765ff6dc53c (diff) | |
download | chef-23af4056183e5a1da0be457bc7613676b56f97f9.tar.gz |
Rename macOS target from 11 to 11.0 to avoid logic issue in Omnitruck (#11082)
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/release.omnibus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index c2ac9387b9..b35e7c565d 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -40,7 +40,7 @@ builder-to-testers-map: 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-x86_64 + - mac_os_x-11.0-x86_64 sles-12-s390x: - sles-12-s390x - sles-15-s390x |