Skip to content

Commit 408d1b3

Browse files
committed
fix
1 parent 94cfa42 commit 408d1b3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ jobs:
3535
cxx: "g++-13",
3636
deps: "gcc-13 g++-13"
3737
}
38+
- {
39+
os: ubuntu-24.04,
40+
cc: "clang-14",
41+
cxx: "clang++-14",
42+
deps: "clang-14"
43+
}
44+
- {
45+
os: ubuntu-24.04,
46+
cc: "clang-15",
47+
cxx: "clang++-15",
48+
deps: "clang-15"
49+
}
3850
- {
3951
os: ubuntu-24.04,
4052
cc: "clang-16",

0 commit comments

Comments
 (0)