Skip to content

Commit

Permalink
Add clang-16 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Mar 20, 2023
1 parent 2db855f commit 44a1527
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ jobs:
cxx: clang++-15
install_extra: clang-15 libomp-15-dev
add_llvm_repo: true
- name: build-ubuntu-clang16
cxx: clang++-16
install_extra: clang-16 libomp-16-dev
add_llvm_repo: true
- name: build-ubuntu-icpx
cxx: icpx
install_oneapi: true
Expand Down

0 comments on commit 44a1527

Please sign in to comment.