Skip to content

Commit

Permalink
ci(macos): use omp enabled homebrew-llvm-clang
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaneed committed Aug 20, 2024
1 parent 50b56a2 commit 657c92b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Use llvm-clang on macOS
if: ${{ runner.os == 'macOS' }}
run: |
export CC= "$(brew --prefix llvm@15)/bin/clang"
export CXX= "$(brew --prefix llvm@15)/bin/clang++"
- name: Set up Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 657c92b

Please sign in to comment.