From 7b6ae00f67512e7089ef5dbac0d2547c3704fdd2 Mon Sep 17 00:00:00 2001 From: Sam Reeve <6740307+streeve@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:58:02 -0400 Subject: [PATCH] CI: run on ubuntu-latest for cuda/hip builds --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 90d06a6..27d18e0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -125,7 +125,7 @@ jobs: cxx: ['hipcc'] cmake_build_type: ['Release'] kokkos_ver: ['4.2.00'] - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest container: ghcr.io/ecp-copa/ci-containers/rocm:latest steps: - name: Checkout kokkos @@ -185,7 +185,7 @@ jobs: cxx: ['nvcc'] cmake_build_type: ['Release'] kokkos_ver: ['4.1.00'] - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest container: ghcr.io/ecp-copa/ci-containers/cuda:12.2.0 steps: - name: Checkout kokkos