diff --git a/scripts/actions-local.sh b/scripts/actions-local.sh index 54b181b..0500a0d 100755 --- a/scripts/actions-local.sh +++ b/scripts/actions-local.sh @@ -5,11 +5,11 @@ set -e current_dir=`realpath $0` cd `dirname $current_dir`/../ -act -P macos-14=-self-hosted -l --container-architecture linux/amd64 +act -P macos-14=-self-hosted # 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 -act -P macos-14=-self-hosted -W ./.github/workflows/command.yml --container-architecture linux/amd64 -act -P macos-14=-self-hosted -W ./.github/workflows/builder.yml --container-architecture linux/amd64 \ No newline at end of file +act -P macos-14=-self-hosted -W ./.github/workflows/core.yml +act -P macos-14=-self-hosted -W ./.github/workflows/command.yml +act -P macos-14=-self-hosted -W ./.github/workflows/builder.yml