Skip to content

Commit

Permalink
add clang-12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored and amadio committed Mar 23, 2022
1 parent 8e0e200 commit 08a8765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: build-ubuntu-clang11
CXX: clang++-11
INSTALL_EXTRA: clang-11
- name: build-ubuntu-clang12
CXX: clang++-12
INSTALL_EXTRA: clang-12
- name: build-ubuntu-icpc
CXX: icpc
INSTALL_ONEAPI: true
Expand Down

0 comments on commit 08a8765

Please sign in to comment.