Skip to content

Commit

Permalink
powerpc/ci: Add Ubuntu 24.04 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Ellerman <[email protected]>
  • Loading branch information
mpe committed Jul 6, 2024
1 parent 72cfa76 commit d3c77d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/powerpc-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
image: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
image: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
subarch: [ppc64, ppc64le]

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/powerpc-ppctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
image: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
image: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
subarch: [ppc64, ppc64le]

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/powerpc-selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
image: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
image: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
subarch: [ppc64, ppc64le]

env:
Expand Down

0 comments on commit d3c77d9

Please sign in to comment.