From 0e540bc81a8098d9c31ab627888f02117f0934fd Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:40:55 -0700 Subject: [PATCH] build-with-kokkos.yml: change to coda 12 --- .github/workflows/build-with-kokkos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-with-kokkos.yml b/.github/workflows/build-with-kokkos.yml index d7c7793ab..4cd75eafa 100644 --- a/.github/workflows/build-with-kokkos.yml +++ b/.github/workflows/build-with-kokkos.yml @@ -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