From de306754b17f08ae4d3a674bf2a99312cf21f15a Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Tue, 8 Sep 2026 16:20:53 +0530 Subject: [PATCH] Support php-darwin cache on Intel macOS --- src/scripts/darwin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/darwin.sh b/src/scripts/darwin.sh index a0ffabed..3437118e 100644 --- a/src/scripts/darwin.sh +++ b/src/scripts/darwin.sh @@ -189,7 +189,7 @@ add_php() { php_keg="php@$version$suffix" php_formula="shivammathur/php/$php_keg" if [[ "$existing_version" = "false" || -n "$suffix" || "$action" = "upgrade" ]]; then - if [ "$(uname -m)" = "arm64" ] && [ "${runner:?}" != "self-hosted" ] && \ + if [ "${runner:?}" != "self-hosted" ] && \ [ "${use_package_cache:-true}" != "false" ] && setup_cached_versions; then return 0 fi