macOS: install gcc@13 to match panda requirements (#29868)

pull/29869/head
royjr 2 years ago committed by GitHub
parent ef4c963c60
commit ece433f18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/mac_setup.sh

@ -49,7 +49,7 @@ brew "pyenv"
brew "pyenv-virtualenv"
brew "qt@5"
brew "zeromq"
brew "gcc@12"
brew "gcc@13"
cask "gcc-arm-embedded"
brew "portaudio"
EOS

Loading…
Cancel
Save