Skip to content

Commit

Permalink
Update main.yml to use GCC 12 as 11 is no longer available on macos i…
Browse files Browse the repository at this point in the history
…mage

[[macOS] GCC 11 will be removed from all macOS images on August 12](actions/runner-images#10213)
  • Loading branch information
NadeemYaseen authored Aug 20, 2024
1 parent d35f0f0 commit e9b8442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ jobs:
# https://github.com/actions/runner-images/issues/6350
sudo xcode-select -s '/Applications/Xcode_13.4.1.app/Contents/Developer'
echo 'CC=gcc-11' >> $GITHUB_ENV
echo 'CXX=g++-11' >> $GITHUB_ENV
echo 'CC=gcc-12' >> $GITHUB_ENV
echo 'CXX=g++-12' >> $GITHUB_ENV
echo "PATH=$(brew --prefix)/opt/ccache/libexec:$PATH" >> $GITHUB_ENV
echo 'PREFIX=${GITHUB_WORKSPACE}/install' >> $GITHUB_ENV
echo "$PREFIX" >> $GITHUB_PATH
Expand Down

0 comments on commit e9b8442

Please sign in to comment.