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 2a0e17f commit ab9b74b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Key4hep Build
# Do not edit this file, it will be overwritten!
# The template file can be found in
# https://github.com/key4hep/key4hep-actions/blob/main/workflows/key4hep-build.yaml
name: Key4hep build

on:
push:
Expand All @@ -7,7 +10,7 @@ on:
pull_request:
workflow_dispatch:
schedule:
- cron: '52 4 * * *'
- cron: '16 4 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -18,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 @@ -27,3 +37,4 @@ jobs:
with:
build_type: ${{ matrix.build_type }}
image: ${{ matrix.image }}
stack: ${{ matrix.stack }}

0 comments on commit ab9b74b

Please sign in to comment.