Skip to content

Commit 1db2192

Browse files
committed
ci:linux: flang 20
flang 21 could not be detected by CMake due to /usr/bin/ld: cannot find -lflang_rt.runtime: No such file or directory On Github Actions Ubuntu 24.04 runner
1 parent dd2f8d2 commit 1db2192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
strategy:
9494
matrix:
95-
llvm-version: [21]
95+
llvm-version: [20]
9696

9797
env:
9898
CC: clang-${{ matrix.llvm-version }}

0 commit comments

Comments
 (0)