Skip to content

Commit

Permalink
build-with-kokkos.yml: CUDA11 gcc back to default
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Jul 11, 2024
1 parent 9ae6a44 commit 4469db4
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: {cpp: g++-12, c: gcc-12}
compiler: default
- image: nvidia/cuda:12.2.0-devel-ubuntu22.04
preset: Cuda
compiler: {cpp: g++-12, c: gcc-12}
Expand Down

0 comments on commit 4469db4

Please sign in to comment.