Skip to content

Commit 09c3bd0

Browse files
add clang-13 to CI
1 parent 6125a37 commit 09c3bd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: build-ubuntu-clang12
4343
CXX: clang++-12
4444
INSTALL_EXTRA: clang-12
45+
- name: build-ubuntu-clang13
46+
CXX: clang++-13
47+
INSTALL_EXTRA: clang-13
4548
- name: build-ubuntu-icpc
4649
CXX: icpc
4750
INSTALL_ONEAPI: true

0 commit comments

Comments
 (0)