Drop Intel macOS support

This commit is contained in:
Shivam Mathur
2026-09-01 10:42:02 +05:30
parent 9fe8278c96
commit 14d457bbef
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ add_php() {
php_keg="php@$version$suffix"
php_formula="shivammathur/php/$php_keg"
if [[ "$existing_version" = "false" || -n "$suffix" || "$action" = "upgrade" ]]; then
if [ "${arch:?}" = "arm64" ] && [ "${runner:?}" != "self-hosted" ] && \
if [ "$(uname -m)" = "arm64" ] && [ "${runner:?}" != "self-hosted" ] && \
[ "${use_package_cache:-true}" != "false" ] && setup_cached_versions; then
return 0
fi