From 9ae6a44381fa1bf0b3a52ab5043737a174c27147 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:51:05 -0700 Subject: [PATCH] build-with-kokkos.yml: gcc 12 for CUDA-11.0 gcc-11 isn't available --- .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 2cf967a29..8d708ac11 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++-11, c: gcc-11} + compiler: {cpp: g++-12, c: gcc-12} - image: nvidia/cuda:12.2.0-devel-ubuntu22.04 preset: Cuda compiler: {cpp: g++-12, c: gcc-12}