Skip to content

Commit 1ec8c84

Browse files
authored
chore(ci) bump clang builds to clang-14+clang-18 (#665)
Ubuntu 24.04 does not have clang-13 anymore.
1 parent 0c9eeed commit 1ec8c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-large.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
matrix:
169169
label: [""]
170170
os: [ubuntu-latest]
171-
cc: [clang-13, clang-14, gcc-10, gcc-11]
171+
cc: [clang-14, clang-18, gcc-10, gcc-11]
172172
ngx: [1.27.3]
173173
runtime: [wasmtime, wasmer, v8]
174174
wasmtime: [26.0.0]

0 commit comments

Comments
 (0)