Skip to content

Commit

Permalink
[CI] Switch to macOS-12
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Jan 1, 2024
1 parent 5b7266d commit 30a87c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
fail-fast: false
matrix:
include:
- {os: ubuntu-22.04, cc: gcc-12, cxx: g++-12}
- {os: ubuntu-22.04, cc: clang-15, cxx: clang++-15}
- {os: macos-11, cc: gcc-12, cxx: g++-12}
- {os: macos-11, cc: /usr/local/opt/llvm@16/bin/clang,
cxx: /usr/local/opt/llvm@16/bin/clang++}
#- {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++}

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@16 libomp eigen fftw hdf5 open-mpi
brew install llvm@17 libomp@17 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 30a87c2

Please sign in to comment.