Skip to content

Commit

Permalink
Merge pull request #4000 from hzeller/feature-20241107-gcc13-macos
Browse files Browse the repository at this point in the history
MacOS CI: Up gcc version to 13.
  • Loading branch information
hzeller authored Nov 7, 2024
2 parents a841274 + 3d35092 commit 60288c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
pushd build && ctest --output-on-failure && popd
rm -rf build # make sure we only see installation artifacts
# This shouldn''t be necessary, and can't be reproduced outside CI
export CMAKE_PREFIX_PATH=$INSTALL_DIR
Expand Down Expand Up @@ -871,8 +871,8 @@ jobs:
echo 'CC=clang' >> $GITHUB_ENV
echo 'CXX=clang++' >> $GITHUB_ENV
else
echo 'CC=gcc-11' >> $GITHUB_ENV
echo 'CXX=g++-11' >> $GITHUB_ENV
echo 'CC=gcc-13' >> $GITHUB_ENV
echo 'CXX=g++-13' >> $GITHUB_ENV
fi
- name: Configure shell
Expand Down

0 comments on commit 60288c5

Please sign in to comment.