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