Skip to content

Commit

Permalink
Run the key4hep build workflow on ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Feb 19, 2025
1 parent 54fd25b commit 2760449
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
strategy:
matrix:
build_type: ["release", "nightly"]
image: ["alma9", "ubuntu22"]
image: ["alma9", "ubuntu22", "ubuntu24"]
include:
- build_type: nightly
image: ubuntu24
stack: key4hep
include:
image: alma9
compiler: gcc11
stack: devkey
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand All @@ -34,3 +37,4 @@ jobs:
with:
build_type: ${{ matrix.build_type }}
image: ${{ matrix.image }}
stack: ${{ matrix.stack }}

0 comments on commit 2760449

Please sign in to comment.