Skip to content

Commit e54c728

Browse files
committed
powerpc/ci: Add Ubuntu 24.04 builds of selftests
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
1 parent 70b5a58 commit e54c728

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/powerpc-ppctests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
image: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
27+
image: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
2828
subarch: [ppc64, ppc64le]
2929

3030
env:

.github/workflows/powerpc-selftests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
image: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
27+
image: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
2828
subarch: [ppc64, ppc64le]
2929

3030
env:

0 commit comments

Comments
 (0)