Skip to content

Commit

Permalink
use gfortran-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Nov 18, 2024
1 parent 83d40fe commit b48ab4f
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-11
FC: gfortran-12
- name: cmake build
run: cmake --build . --config ${{ env.BUILD_TYPE }}
- name: ctest
Expand Down

0 comments on commit b48ab4f

Please sign in to comment.