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 0e29cef commit 06324b7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# 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

name: Key4hep build
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
- cron: '16 4 * * *'
- cron: '16 4 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -21,14 +21,12 @@ jobs:
strategy:
matrix:
build_type: ["release", "nightly"]
image: ["alma9", "ubuntu22", "ubuntu24"]
image: ["alma9", "ubuntu22"]
stack: ["key4hep"]
include:
- build_type: nightly
image: ubuntu24
stack: key4hep
include:
image: alma9
stack: devkey
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 06324b7

Please sign in to comment.