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 44cf2a3 commit 0e29cef
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
workflow_dispatch:
schedule:
- cron: '16 5 * * *'
- cron: '16 4 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -21,7 +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
stack: devkey
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand All @@ -30,3 +37,4 @@ jobs:
with:
build_type: ${{ matrix.build_type }}
image: ${{ matrix.image }}
stack: ${{ matrix.stack }}

0 comments on commit 0e29cef

Please sign in to comment.