Skip to content

Commit

Permalink
Merge pull request #810 from ECP-copa/ci_replace_2004
Browse files Browse the repository at this point in the history
CI: run on ubuntu-latest
  • Loading branch information
streeve authored Feb 14, 2025
2 parents ace369b + 1aa0453 commit cf641bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
silo: 'Silo'
hdf5: 'HDF5'
coverage: 'OFF'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 30
container:
image: ghcr.io/ecp-copa/ci-containers/${{ matrix.distro }}
Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:
cxx: ['hipcc']
cmake_build_type: ['Debug']
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
Expand Down Expand Up @@ -579,7 +579,7 @@ jobs:
cxx: ['nvcc']
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/cuda:12.2.0
steps:
- name: Checkout kokkos
Expand Down

0 comments on commit cf641bc

Please sign in to comment.