Skip to content

Commit

Permalink
[ghactions] Switch osx build to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jul 7, 2022
1 parent 82b7dfe commit 64ad0ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
include:
- {os: ubuntu-20.04, cc: gcc-10, cxx: g++-10}
- {os: ubuntu-20.04, cc: clang-13, cxx: clang++-13}
- {os: macos-11, cc: gcc-11, cxx: g++-11}
- {os: macos-11, cc: /usr/local/opt/llvm/bin/clang, cxx: /usr/local/opt/llvm/bin/clang++}
- {os: macos-12, cc: gcc-11, cxx: g++-11}
- {os: macos-12, cc: /usr/local/opt/llvm/bin/clang, cxx: /usr/local/opt/llvm/bin/clang++}

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

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
python3-nbsphinx
- name: Install homebrew dependencies
if: matrix.os == 'macos-11'
if: matrix.os == 'macos-12'
run: |
brew install gcc@11 llvm boost fftw hdf5 open-mpi openblas
pip3 install mako numpy scipy mpi4py
Expand Down

0 comments on commit 64ad0ad

Please sign in to comment.