From 6200fe1a4878bdfe498c595c0737807bd64ec5fe Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Tue, 26 Mar 2024 11:44:43 +0530 Subject: [PATCH] added supoort for macOS 13 Signed-off-by: nikhil2611 --- .expeditor/release.omnibus.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index eed3ddfce..4a17236ac 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -29,6 +29,12 @@ builder-to-testers-map: mac_os_x-11-arm64: - mac_os_x-11-arm64 - mac_os_x-12-arm64 + mac_os_x-13-x86_64: + - mac_os_x-13-x86_64 + - mac_os_x-14-x86_64 + mac_os_x-13-arm64: + - mac_os_x-13-arm64 + - mac_os_x-14-arm64 ubuntu-18.04-x86_64: - ubuntu-18.04-x86_64 - ubuntu-20.04-x86_64