From dc2503c5e07119d96fc60e7f1630c25756e69a90 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Tue, 25 Aug 2020 22:26:53 +0200 Subject: [PATCH] Specify macOS SDK version along with minimum version in builds --- taskcluster/tf_tc-vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/tf_tc-vars.sh b/taskcluster/tf_tc-vars.sh index fb5dc6b5..4e75931e 100755 --- a/taskcluster/tf_tc-vars.sh +++ b/taskcluster/tf_tc-vars.sh @@ -192,7 +192,7 @@ else fi if [ "${OS}" = "Darwin" ]; then - BAZEL_EXTRA_FLAGS="${BAZEL_EXTRA_FLAGS} --macos_minimum_os 10.10" + BAZEL_EXTRA_FLAGS="${BAZEL_EXTRA_FLAGS} --macos_minimum_os 10.10 --macos_sdk_version 10.15" fi ### Define build targets that we will re-ues in sourcing scripts.