Skip to content

Commit

Permalink
trying to use explicit gcc version on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Casqade authored Mar 27, 2024
1 parent c0a5ba9 commit 5f9d129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ jobs:
}
- {
os: macos-latest,
cc: "gcc",
cxx: "g++"
cc: "gcc-13",
cxx: "g++-13"
}
- {
os: macos-latest,
Expand All @@ -162,7 +162,7 @@ jobs:
- name: Install dependencies (macOS)
if: matrix.config.os == 'macos-latest'
run: |
brew install gcc ninja
brew install ninja
- name: Configure CMake
run: >
Expand Down

0 comments on commit 5f9d129

Please sign in to comment.