Skip to content

Commit

Permalink
fixup! ci: migrate to almalinux, cuda base image
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Feb 14, 2023
1 parent 45fd1a7 commit 5d8a714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ornladios/adios2:ci-spack-el8-${{ matrix.compiler }}-${{ matrix.parallel }}
image: ornladios/adios2:ci-spack-el8-${{ matrix.compiler }}-${{ matrix.parallel }}${{ matrix.istest }}
options: --shm-size=1g
env:
GH_YML_JOBNAME: ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.parallel }}
Expand All @@ -112,6 +112,7 @@ jobs:
include:
- os: el8
compiler: cuda
istest: -test
parallel: serial
constrains: build_only
- os: el8
Expand Down

0 comments on commit 5d8a714

Please sign in to comment.