Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/key4hep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
fail-fast: false
matrix:
detector_model: [ILD_l5_o1_v02]
key4hep_build: [sw.hsf.org, sw-nightlies.hsf.org]
os: [el9]
key4hep_build: [sw-nightlies.hsf.org]
os: [el9, ubuntu2404, ubuntu2604]
include:
- detector_model: ILD_l5_o1_v02
key4hep_build: sw-nightlies.hsf.org
os: ubuntu2404
key4hep_build: sw.hsf.org
os: el9

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -68,12 +68,12 @@ jobs:
fail-fast: false
matrix:
detector_model: [ILD_l5_o1_v02]
key4hep_build: [sw.hsf.org, sw-nightlies.hsf.org]
os: [el9]
key4hep_build: [sw-nightlies.hsf.org]
os: [el9, ubuntu2404, ubuntu2604]
include:
- detector_model: ILD_l5_o1_v02
key4hep_build: sw-nightlies.hsf.org
os: ubuntu2404
key4hep_build: sw.hsf.org
os: el9

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
matrix:
detector_model: [ILD_FCCee_v01, ILD_FCCee_v02]
key4hep_build: [sw-nightlies.hsf.org]
os: [ubuntu2404, el9]
os: [el9, ubuntu2404, ubuntu2604]

steps:
- uses: actions/checkout@v4
Expand Down
Loading