From 4469db4876ccec8274fd6476e9b37d500cbbac40 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:57:36 -0700 Subject: [PATCH] build-with-kokkos.yml: CUDA11 gcc back to default --- .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 8d708ac11..a268e7625 100644 --- a/.github/workflows/build-with-kokkos.yml +++ b/.github/workflows/build-with-kokkos.yml @@ -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}