Skip to content

Commit

Permalink
Merge branch 'gfortran-command-workflow' into 'master'
Browse files Browse the repository at this point in the history
Use gfortran-14

See merge request npneq/inq!1095
  • Loading branch information
xavierandrade committed Jul 2, 2024
2 parents 4232b98 + ee0c456 commit 5bb8645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Configure system
run: |
brew install cmake gcc gfortran open-mpi pkg-config fftw boost
gfortran --version
gfortran-14 --version
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 5bb8645

Please sign in to comment.