diff --git a/scripts/build.sh b/scripts/build.sh index 6cc0f163..a1e70be6 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -3,6 +3,7 @@ set -euo pipefail export ARTIFACT_NAME="yazi-$1" export YAZI_GEN_COMPLETIONS=1 +export MACOSX_DEPLOYMENT_TARGET="10.11" # Setup Rust toolchain if [[ "$1" == *-musl ]]; then