Skip to content

Commit

Permalink
build-with-kokkos.yml: cuda11 with gcc11
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Jul 11, 2024
1 parent bef3a4e commit 3574dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-kokkos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
compiler: default
- image: nvidia/cuda:11.0.3-devel-ubuntu20.04
preset: Cuda
compiler: default
compiler: {cpp: g++-11, c: gcc-11}
- image: nvidia/cuda:12.2.0-devel-ubuntu22.04
preset: Cuda
compiler: {cpp: g++-12, c: gcc-12}
Expand Down

0 comments on commit 3574dba

Please sign in to comment.