Skip to content

Commit

Permalink
ci: debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jun 5, 2024
1 parent 1531d9c commit 5522a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-compileonly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Linux-CompileOnly
on: push

jobs:
Kokkos-master-OpenMPI416-CUDA11430-Release:
Kokkos-master-OpenMPI416-CUDA1250-Release:
runs-on: ubuntu-latest
container:
image: nvidia/cuda:11.7.1-devel-ubuntu22.04
image: nvidia/cuda:12.5.0-devel-ubuntu22.04
env:
KOKKOS_SRC: ${{ github.workspace }}/_deps/kokkos
KOKKOS_BUILD: ${{ github.workspace }}/_deps/kokkos-build
Expand Down

0 comments on commit 5522a3d

Please sign in to comment.