File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ jobs:
58
58
59
59
60
60
valgrind-memory :
61
- runs-on : ubuntu-24.04
62
- needs : linux-gcc14
61
+ runs-on : ubuntu-latest
62
+ needs : linux-gcc9
63
63
timeout-minutes : 10
64
64
65
65
env :
66
- FC : gfortran-14
66
+ FC : gfortran-13
67
67
68
68
steps :
69
69
- name : install valgrind
@@ -76,24 +76,25 @@ jobs:
76
76
- run : ctest -S memcheck.cmake -V -E "Fortran_nano_sleep|string_array"
77
77
78
78
79
- linux-clang :
79
+ linux-flang :
80
80
runs-on : ubuntu-24.04
81
81
timeout-minutes : 15
82
82
83
83
strategy :
84
84
matrix :
85
- clang-version : [17]
86
-
87
- # FIXME: clang-18 failed CFI_establish_string ERROR STOP expected: Hello got
85
+ clang-version : [18]
88
86
89
87
env :
90
88
CC : clang-${{ matrix.clang-version }}
91
89
CXX : clang++-${{ matrix.clang-version }}
92
- FC : gfortran-14
90
+ FC : flang-new
93
91
94
92
steps :
95
93
- uses : actions/checkout@v4
96
94
95
+ - name : install Flang
96
+ run : sudo apt install --no-install-recommends flang
97
+
97
98
- uses : ./.github/workflows/composite-unix
98
99
99
100
You can’t perform that action at this time.
0 commit comments