From ae6aa0f0088bbe97c959b17d6d0358b92e7b1587 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 14 Feb 2026 13:39:14 -0800 Subject: [PATCH] Remove gcc@13 installation from mac_setup.sh (#37213) * Remove gcc@13 installation from mac_setup.sh Removed installation of gcc@13 from mac_setup.sh. * no cache * Revert "no cache" This reverts commit fc27f7dc9e6dab4b61703433130531f12dbe334b. --- tools/mac_setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index 0ae0b3535..fba7699be 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -47,7 +47,6 @@ brew "qt@5" brew "zeromq" cask "gcc-arm-embedded" brew "portaudio" -brew "gcc@13" EOS echo "[ ] finished brew install t=$SECONDS"