Skip to content

Commit

Permalink
Make sure gcc is actually what gets used on the OSX gcc builds. Curre…
Browse files Browse the repository at this point in the history
…ntly we're just getting an alias provided by apple clang.
  • Loading branch information
insertinterestingnamehere committed Jan 13, 2025
1 parent 3a426dd commit e7c6403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ jobs:
- name: install deps
run: |
brew install coreutils # coreutils is to get gtimeout for CI and is not universally required by qthreads.
if [[ "${{ matrix.compiler }}" == "gcc" ]]; then brew install gcc; fi
- if: ${{ matrix.topology != 'no' }}
run: |
brew install hwloc
Expand Down

0 comments on commit e7c6403

Please sign in to comment.