Skip to content

Commit

Permalink
Fix cuda install
Browse files Browse the repository at this point in the history
  • Loading branch information
gartavanis committed Dec 14, 2024
1 parent cf9b8eb commit 808c1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
cc: "gcc", cxx: "g++", fc: "gfortran",
python: "false",
backend: "cuda",
cudaos: 'ubuntu2404',
cudaos: 'ubuntu2204',
amps_layer: mpi1,
netcdf: "false"
}
Expand All @@ -176,7 +176,7 @@ jobs:
cc: "gcc", cxx: "g++", fc: "gfortran",
python: "false",
backend: "kokkos",
cudaos: 'ubuntu2404',
cudaos: 'ubuntu2204',
amps_layer: mpi1,
netcdf: "false"
}
Expand Down

0 comments on commit 808c1c7

Please sign in to comment.