We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1c31a commit db297c3Copy full SHA for db297c3
.github/workflows/test-fortran-macos.yml
@@ -27,7 +27,7 @@ jobs:
27
working-directory: ${{runner.workspace}}/build
28
run: |
29
cmake --version
30
- gfortran-11 --version
+ gfortran-13 --version
31
cmake $GITHUB_WORKSPACE -DFORTRAN=ON
32
33
- name: Build
0 commit comments