Skip to content

Commit

Permalink
Update Ubuntu version for CUDA installs
Browse files Browse the repository at this point in the history
  • Loading branch information
gartavanis committed Dec 14, 2024
1 parent 32afd38 commit 207afeb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,22 +161,22 @@ jobs:
netcdf: "true"
}
- {
name: "Ubuntu 22.04 GCC CUDA Build",
os: ubuntu-22.04,
name: "Ubuntu 24.04 GCC CUDA Build",
os: ubuntu-24.04,
cc: "gcc", cxx: "g++", fc: "gfortran",
python: "false",
backend: "cuda",
cudaos: 'ubuntu2204',
cudaos: 'ubuntu2404',
amps_layer: mpi1,
netcdf: "false"
}
- {
name: "Ubuntu 22.04 GCC Kokkos Build",
os: ubuntu-22.04,
name: "Ubuntu 24.04 GCC Kokkos Build",
os: ubuntu-24.04,
cc: "gcc", cxx: "g++", fc: "gfortran",
python: "false",
backend: "kokkos",
cudaos: 'ubuntu2204',
cudaos: 'ubuntu2404',
amps_layer: mpi1,
netcdf: "false"
}
Expand Down

0 comments on commit 207afeb

Please sign in to comment.