Skip to content

Commit

Permalink
[ghactions] Update osx build to use gcc 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jun 5, 2023
1 parent 7826cfd commit f830c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- {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-11, cxx: g++-11}
- {os: macos-12, cc: gcc-12, cxx: g++-12}
- {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 @@ -63,7 +63,7 @@ jobs:
- name: Install homebrew dependencies
if: matrix.os == 'macos-12'
run: |
brew install gcc@11 llvm boost fftw hdf5 open-mpi openblas
brew install gcc@12 llvm boost fftw hdf5 open-mpi openblas
pip3 install mako numpy scipy mpi4py
pip3 install -r requirements.txt
Expand Down

0 comments on commit f830c37

Please sign in to comment.