Skip to content

Commit 99caea5

Browse files
committed
CI: Latest Ubuntu runner only supports LLVM 16, 17, and 18
1 parent 0bef56a commit 99caea5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/main.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
matrix:
8888
build-type: [ Release, Debug ]
89-
llvm-version: [13, 14, 15]
89+
llvm-version: [16, 17, 18]
9090
arch:
9191
- name: armhf
9292
system-processor: arm
@@ -106,14 +106,6 @@ jobs:
106106
system-processor: powerpc64le
107107
triple: powerpc64le-linux-gnu
108108
rtld: ld64.so.2
109-
# lld versions prior to 15 do not support R_RISCV_ALIGN relocations
110-
exclude:
111-
- llvm-version: 13
112-
arch:
113-
name: riscv64
114-
- llvm-version: 14
115-
arch:
116-
name: riscv64
117109
# Don't abort runners if a single one fails
118110
fail-fast: false
119111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)