From df76a7701ed947c22bc246f84c7b68fad853ba88 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Thu, 18 Apr 2024 13:24:12 -0700 Subject: [PATCH] Move xcode setup out of protobuf-ci PiperOrigin-RevId: 626131409 --- ci/macOS.bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/macOS.bazelrc b/ci/macOS.bazelrc index 465bf0957fdee..8e7eaf0fb3817 100644 --- a/ci/macOS.bazelrc +++ b/ci/macOS.bazelrc @@ -2,3 +2,4 @@ import common.bazelrc build --cxxopt=-std=c++14 --host_cxxopt=-std=c++14 common --repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1 +common --xcode_version_config=@com_google_protobuf//.github:host_xcodes \ No newline at end of file