Skip to content

Commit

Permalink
Change names
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 13, 2023
1 parent 4523125 commit 21f40d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

jobs:
job1:
alma9:
runs-on: ubuntu-latest
container:
image: ghcr.io/key4hep-images/alma9-build:latest
Expand All @@ -31,7 +31,7 @@ jobs:
ninja install
ctest -j $(nproc) --output-on-failure
job2:
ubuntu:
runs-on: ubuntu-latest
container:
image: ghcr.io/key4hep-images/ubuntu22-build:latest
Expand All @@ -56,7 +56,7 @@ jobs:
ctest -j $(nproc) --output-on-failure
job3:
centos7:
runs-on: ubuntu-latest
container:
image: ghcr.io/key4hep-images/centos7-build:latest
Expand Down

0 comments on commit 21f40d9

Please sign in to comment.