Skip to content

Commit 95493bc

Browse files
committed
fix(CI): use gfortran-14
1 parent d7a6ab5 commit 95493bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-with-gfortran.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Build and Run unit tests
2727
run: |
2828
fpm test --compiler gfortran-14
29-
(set +e ; stdout_stderr=$(fpm test --target false-assertion --compiler gfortran --flag -DRUN_FALSE_ASSERTIONS --profile release) ; echo "$stdout_stderr" | grep "expected 2; actual value is 1" &> /dev/null ; test $? = 0)
29+
(set +e ; stdout_stderr=$(fpm test --target false-assertion --compiler gfortran-14 --flag -DRUN_FALSE_ASSERTIONS --profile release) ; echo "$stdout_stderr" | grep "expected 2; actual value is 1" &> /dev/null ; test $? = 0)

0 commit comments

Comments
 (0)