Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xumi1993 authored May 16, 2024
1 parent 178c82c commit b3ba916
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 @@ -25,8 +25,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
brew install gcc cmake open-mpi hdf5
brew install gcc@13 cmake open-mpi hdf5
- name: make
run: |
mkdir build && cd build
cmake .. && make -j 4
CXX=gcc-13 FC=gfortran-13 cmake .. && make -j 4

0 comments on commit b3ba916

Please sign in to comment.