Skip to content

Commit

Permalink
build-with-kokkos.yml: fix cuda version back to 12.1.0 and don't use …
Browse files Browse the repository at this point in the history
…cuda 11.0
  • Loading branch information
vlkale committed Sep 5, 2024
1 parent 34c0eab commit a922711
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 @@ -13,7 +13,7 @@ jobs:
- image: ubuntu:22.04
preset: OpenMP
compiler: default
- image: nvidia/cuda:11.0.3-base-ubuntu20.04
- image: nvidia/cuda:12.1.0-devel-ubuntu22.04
preset: Cuda
compiler: default
- image: nvidia/cuda:12.2.0-devel-ubuntu22.04
Expand Down

0 comments on commit a922711

Please sign in to comment.