Skip to content

Commit

Permalink
Run key4hep CI workflows on still supported OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Aug 1, 2024
1 parent 24c47bd commit 337c403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/key4hep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
matrix:
release: ["sw.hsf.org/key4hep",
"sw-nightlies.hsf.org/key4hep"]
container_os: [el9, ubuntu2204]
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: aidasoft/run-lcg-view@v4
with:
container: centos7
container: ${{ matrix.container_os }}
view-path: /cvmfs/${{ matrix.release }}
run: |
mkdir build install
Expand Down

0 comments on commit 337c403

Please sign in to comment.