Skip to content

Commit 24d7e5a

Browse files
authored
Merge pull request #28 from fortran-lang/ci/fix-fortran-setup
ci: use correct key for compiler version
2 parents 3a17001 + 6440444 commit 24d7e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: fortran-lang/setup-fortran@v1.6.1
4747
with:
4848
compiler: gcc
49-
compiler-version: 13
49+
version: 13
5050

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

0 commit comments

Comments
 (0)