Skip to content

Commit

Permalink
Enable testing with Homebrew GCC on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Apr 28, 2024
1 parent 542e7e6 commit e00bf72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- os: macos-latest
c_compiler: clang
cpp_compiler: clang++
- os: macos-latest
c_compiler: gcc-13
cpp_compiler: g++-13
exclude:
- os: windows-latest
c_compiler: gcc-13
Expand All @@ -39,8 +42,6 @@ jobs:
c_compiler: cl
- os: macos-latest
c_compiler: cl
- os: macos-latest
c_compiler: gcc-13

steps:
- name: Install Ninja
Expand Down

0 comments on commit e00bf72

Please sign in to comment.