Skip to content

Commit

Permalink
Update macOS build target to 13.0 for Metal3 (#14600)
Browse files Browse the repository at this point in the history
  • Loading branch information
powderluv authored Aug 8, 2023
1 parent a62652e commit 71a04d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/python_deploy/build_macos_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71a04d2

Please sign in to comment.