Skip to content

Commit

Permalink
Drop mac test GCC to v12
Browse files Browse the repository at this point in the history
Weird, when dropping from 15 to 14, conan seemed to move the goalposts
and claims not to work with 14 either.
  • Loading branch information
ajjackson committed Jul 3, 2024
1 parent c662a99 commit a1d3515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
if: startsWith(matrix.os, 'macos')
run: |
brew install llvm@14
echo "CC=gcc-14" >> "$GITHUB_ENV"
echo "CXX=g++-14" >> "$GITHUB_ENV"
echo "CC=gcc-12" >> "$GITHUB_ENV"
echo "CXX=g++-12" >> "$GITHUB_ENV"
- name: check if CC was set
shell: bash -l {0}
run: |
Expand Down

0 comments on commit a1d3515

Please sign in to comment.