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:
5858
5959
6060 valgrind-memory :
61- runs-on : ubuntu-24.04
62- needs : linux-gcc14
61+ runs-on : ubuntu-latest
62+ needs : linux-gcc9
6363 timeout-minutes : 10
6464
6565 env :
66- FC : gfortran-14
66+ FC : gfortran-13
6767
6868 steps :
6969 - name : install valgrind
@@ -76,24 +76,25 @@ jobs:
7676 - run : ctest -S memcheck.cmake -V -E "Fortran_nano_sleep|string_array"
7777
7878
79- linux-clang :
79+ linux-flang :
8080 runs-on : ubuntu-24.04
8181 timeout-minutes : 15
8282
8383 strategy :
8484 matrix :
85- clang-version : [17]
86-
87- # FIXME: clang-18 failed CFI_establish_string ERROR STOP expected: Hello got
85+ clang-version : [18]
8886
8987 env :
9088 CC : clang-${{ matrix.clang-version }}
9189 CXX : clang++-${{ matrix.clang-version }}
92- FC : gfortran-14
90+ FC : flang-new
9391
9492 steps :
9593 - uses : actions/checkout@v4
9694
95+ - name : install Flang
96+ run : sudo apt install --no-install-recommends flang
97+
9798 - uses : ./.github/workflows/composite-unix
9899
99100
You can’t perform that action at this time.
0 commit comments