diff --git a/common.sh b/common.sh index cf6c68b..a7369bc 100644 --- a/common.sh +++ b/common.sh @@ -6,8 +6,8 @@ platform=$(uname -s) arch=$(uname -m) if [[ "$platform" == "Darwin" ]]; then if [[ "$arch" == "arm64" ]]; then - export MACOSX_DEPLOYMENT_TARGET=13.0 - export MACOSX_SDK_VERSION=13.0 + export MACOSX_DEPLOYMENT_TARGET=11.0 + export MACOSX_SDK_VERSION=11.0 elif [[ "$arch" == "x86_64" ]]; then export MACOSX_DEPLOYMENT_TARGET=11.0 export MACOSX_SDK_VERSION=11.0