Skip to content

Commit

Permalink
Add CUDA 12 with GCC 12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Dec 12, 2022
1 parent 63594a0 commit 5f96f3b
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 @@ -177,6 +177,10 @@ jobs:
- name: build-ubuntu-gcc12
cxx: g++-12
install_extra: g++-12
- name: build-ubuntu-gcc12-cuda12.0
cxx: g++-12
install_extra: g++-12
cuda_url: https://developer.download.nvidia.com/compute/cuda/12.0.0/local_installers/cuda_12.0.0_525.60.13_linux.run
- name: build-ubuntu-clang10
os: ubuntu-20.04 # clang-10 is not available on ubuntu-22.04
cxx: clang++-10
Expand Down

0 comments on commit 5f96f3b

Please sign in to comment.