Skip to content

Commit 9ad28cb

Browse files
committed
Use g++15 for intel mac
1 parent d50c0f3 commit 9ad28cb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

sh/setup/install_macos_deps.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ set -x
99

1010
# Install requirements of MAC OS X
1111
brew install bison libtool mcpp libffi swig
12-
brew install gcc@12
13-
brew link gcc@12
12+
brew install gcc@15
13+
brew link gcc@15
1414

1515
echo "/usr/local/opt/bison/bin:$PATH" >> $GITHUB_PATH
1616
echo 'PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig/"' >> $GITHUB_ENV
17-
echo 'CC=gcc-12' >> $GITHUB_ENV
18-
echo 'CXX=g++-12' >> $GITHUB_ENV
17+
echo 'CC=gcc-15' >> $GITHUB_ENV
18+
echo 'CXX=g++-15' >> $GITHUB_ENV
1919

2020
set +e
2121
set +x

0 commit comments

Comments
 (0)