Skip to content

Commit

Permalink
using homebrew gcc compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Oct 12, 2023
1 parent 102d7ac commit 1022b04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
strategy:
matrix:
compiler:
- { cpp: g++, c: gcc}
- { cpp: g++-11, c: gcc-11}
- { cpp: g++-12, c: gcc-12}
- { cpp: clang++, c: clang}
build_type: [Debug, Release]
env:
Expand Down

0 comments on commit 1022b04

Please sign in to comment.