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 6751648
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 eigen fftw hdf5 open-mpi
pip3 install mako numpy scipy mpi4py
- name: Cache Boost (a C++20 compatible version)
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
sudo sh -c 'echo -e "\nrmaps_base_oversubscribe = 1" >> \
/etc/openmpi/openmpi-mca-params.conf'
else
echo -e "\nrmaps_default_mapping_policy=:oversubscribe" >> \
echo -e "\nrmaps_default_mapping_policy = :oversubscribe" >> \
/usr/local/etc/openmpi-mca-params.conf
fi
source $HOME/install/share/triqs/triqsvars.sh
Expand Down

0 comments on commit 6751648

Please sign in to comment.