Skip to content

Commit

Permalink
[CI] Fix TRIQS compilation on macOS-12 by switching to Clang 18
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed May 13, 2024
1 parent c6b74cf commit bbe12f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added .github/workflows/.CI.yml.kate-swp
Binary file not shown.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- {os: ubuntu-22.04, cc: gcc-12, cxx: g++-12}
- {os: ubuntu-22.04, cc: clang-15, cxx: clang++-15}
- {os: macos-12, cc: gcc-12, cxx: g++-12}
- {os: macos-12, cc: /usr/local/opt/llvm@17/bin/clang,
cxx: /usr/local/opt/llvm@17/bin/clang++}
- {os: macos-12, cc: /usr/local/opt/llvm@18/bin/clang,
cxx: /usr/local/opt/llvm@18/bin/clang++}

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install Homebrew dependencies
if: startsWith(matrix.os, 'macos')
run: |
brew install llvm@17 libomp eigen fftw hdf5 open-mpi
brew install llvm@18 libomp eigen fftw hdf5 open-mpi
pip3 install mako numpy scipy mpi4py
- name: Cache Boost (a C++20 compatible version)
Expand Down

0 comments on commit bbe12f6

Please sign in to comment.