Skip to content

Commit

Permalink
switch back to gfortran-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Nov 17, 2024
1 parent 422eb59 commit 97fdee4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: conan install . --build=missing -s build_type=${{ env.BUILD_TYPE }}
- 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
- name: cmake build
run: cmake --build . --config ${{ env.BUILD_TYPE }}
- name: ctest
Expand Down

0 comments on commit 97fdee4

Please sign in to comment.