Skip to content

Commit 0bfb2b8

Browse files
committed
ci: FC needs specific version
1 parent 3d87b73 commit 0bfb2b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
needs: linux-gcc14
6363
timeout-minutes: 10
6464

65+
env:
66+
FC: gfortran-14
67+
6568
steps:
6669
- name: install valgrind
6770
run: |
@@ -84,7 +87,7 @@ jobs:
8487
env:
8588
CC: clang-${{ matrix.clang-version }}
8689
CXX: clang++-${{ matrix.clang-version }}
87-
FC: gfortran
90+
FC: gfortran-14
8891

8992
steps:
9093
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)