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 30c7e55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 All @@ -238,6 +242,7 @@ jobs:
sudo add-apt-repository 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-13 main'
sudo add-apt-repository 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-14 main'
sudo add-apt-repository 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-15 main'
sudo add-apt-repository 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-16 main'
- name: add CUDA apt repo
if: matrix.add_nvcpp_repo
run: |
Expand Down

0 comments on commit 30c7e55

Please sign in to comment.