diff --git a/scripts/actions-local.sh b/scripts/actions-local.sh index 29c55ce..54b181b 100755 --- a/scripts/actions-local.sh +++ b/scripts/actions-local.sh @@ -1,13 +1,13 @@ #!/bin/bash set -e -set -x current_dir=`realpath $0` cd `dirname $current_dir`/../ act -P macos-14=-self-hosted -l --container-architecture linux/amd64 +# Because xcode-setup does not work on local machine, make local flag true to skip xcode-setup export LOCAL=true act -P macos-14=-self-hosted -W ./.github/workflows/core.yml --container-architecture linux/amd64