From 71a04d2dd5d7c5356a3492d13aabce22021a3e8d Mon Sep 17 00:00:00 2001 From: powderluv Date: Tue, 8 Aug 2023 15:14:51 -0700 Subject: [PATCH] Update macOS build target to 13.0 for Metal3 (#14600) --- build_tools/python_deploy/build_macos_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/python_deploy/build_macos_packages.sh b/build_tools/python_deploy/build_macos_packages.sh index 3283d37c3f86..2a57e1bd2be0 100755 --- a/build_tools/python_deploy/build_macos_packages.sh +++ b/build_tools/python_deploy/build_macos_packages.sh @@ -28,7 +28,7 @@ packages="${packages:-iree-runtime iree-runtime-instrumented iree-compiler}" # Note that this typically is selected to match the version that the official # Python distributed is built at. -export MACOSX_DEPLOYMENT_TARGET=11.0 +export MACOSX_DEPLOYMENT_TARGET=13.0 # cpuinfo is incompatible with universal builds. export IREE_ENABLE_CPUINFO=OFF