Skip to content

Commit

Permalink
Fixed github actions (#18)
Browse files Browse the repository at this point in the history
Use gfortran-12, which is available on all systems.
  • Loading branch information
Expander authored Nov 18, 2024
1 parent 3523f9c commit 6fe3c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: cmake
run: cmake . -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
env:
FC: gfortran-13
FC: gfortran-12
- name: cmake build
run: cmake --build . --config ${{ env.BUILD_TYPE }}
- name: ctest
Expand Down

0 comments on commit 6fe3c30

Please sign in to comment.