Skip to content

Commit

Permalink
Merge pull request #28 from fortran-lang/ci/fix-fortran-setup
Browse files Browse the repository at this point in the history
ci: use correct key for compiler version
  • Loading branch information
gnikit authored Nov 17, 2024
2 parents 3a17001 + 6440444 commit 24d7e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: fortran-lang/setup-fortran@v1.6.1
with:
compiler: gcc
compiler-version: 13
version: 13

- name: Check that all the fpm tests pass
if: matrix.fpm-version == 'latest'
Expand Down

0 comments on commit 24d7e5a

Please sign in to comment.