Skip to content

Commit 237fdda

Browse files
committed
v9.5
- CI | Switch all workflows to Ubuntu Noble: actions/runner-images#9848
1 parent 34e76c4 commit 237fdda

8 files changed

+12
-12
lines changed

Diff for: .github/workflows/amiberry.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
plat: ${{ steps.plat.outputs.plat }}
2626
dist: ${{ steps.dist.outputs.dist }}
2727
# https://github.com/actions/runner-images
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
steps:
3030
- id: plat
3131
run: |
@@ -54,7 +54,7 @@ jobs:
5454
- { plat: riscv64, dist: bookworm }
5555
fail-fast: false
5656
name: "${{ matrix.plat }} - ${{ matrix.dist }}"
57-
runs-on: ubuntu-22.04
57+
runs-on: ubuntu-24.04
5858
steps:
5959
- name: Build
6060
run: sudo bash -c "G_GITOWNER=$GITHUB_REPOSITORY_OWNER G_GITBRANCH=$GITHUB_REF_NAME; $(curl -sSf "https://raw.githubusercontent.com/$GITHUB_REPOSITORY_OWNER/DietPi/$GITHUB_REF_NAME/.build/software/Amiberry/container_build.bash")" -- -p '${{ matrix.plat }}' -d '${{ matrix.dist }}'

Diff for: .github/workflows/armbian.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions: {}
3232
jobs:
3333
build:
3434
name: "${{ github.event.inputs.asset }} - ${{ github.event.inputs.branch }} - ${{ github.event.inputs.board }}"
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636
steps:
3737
- name: Clone Armbian repo
3838
run: |

Diff for: .github/workflows/dietpi-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
outputs:
1515
buildargs: ${{ steps.buildargs.outputs.buildargs }}
1616
# https://github.com/actions/runner-images
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- id: buildargs
2020
run: |
@@ -116,7 +116,7 @@ jobs:
116116
buildargs: ${{ fromJson(needs.prep.outputs.buildargs) }}
117117
fail-fast: false
118118
name: "Build: ${{ matrix.buildargs }}"
119-
runs-on: ubuntu-22.04
119+
runs-on: ubuntu-24.04
120120
steps:
121121
- name: Generate upload script
122122
run: |

Diff for: .github/workflows/dietpi-software-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
arch: ${{ steps.arch.outputs.arch }}
3232
dist: ${{ steps.dist.outputs.dist }}
3333
# https://github.com/actions/runner-images
34-
runs-on: ubuntu-22.04
34+
runs-on: ubuntu-24.04
3535
steps:
3636
- id: name
3737
run: |
@@ -72,7 +72,7 @@ jobs:
7272
- { arch: x86_64, name: gogs }
7373
fail-fast: false
7474
name: "${{ matrix.name }} - ${{ matrix.arch }} - ${{ matrix.dist }}"
75-
runs-on: ubuntu-22.04
75+
runs-on: ubuntu-24.04
7676
steps:
7777
- name: Build
7878
run: sudo bash -c "G_GITOWNER=$GITHUB_REPOSITORY_OWNER G_GITBRANCH=$GITHUB_REF_NAME; $(curl -sSf "https://raw.githubusercontent.com/$GITHUB_REPOSITORY_OWNER/DietPi/$GITHUB_REF_NAME/.build/software/dietpi-software-build.bash")" -- -n '${{ matrix.name }}' -a '${{ matrix.arch }}' -d '${{ matrix.dist }}'

Diff for: .github/workflows/dietpi-software.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permissions: {}
3636
jobs:
3737
prep:
3838
# https://github.com/actions/runner-images
39-
runs-on: ubuntu-22.04
39+
runs-on: ubuntu-24.04
4040
steps:
4141
- id: arch
4242
run: |
@@ -68,7 +68,7 @@ jobs:
6868
- { arch: riscv64, dist: bookworm }
6969
fail-fast: false
7070
name: "${{ matrix.arch }} - ${{ matrix.dist }} - ${{ github.event.inputs.soft }}"
71-
runs-on: ubuntu-22.04
71+
runs-on: ubuntu-24.04
7272
steps:
7373
- name: Install
7474
run: |

Diff for: .github/workflows/quartz64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions: {}
77
jobs:
88
build:
99
# https://github.com/actions/runner-images
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
env:
1212
uboot_version: '2023.10'
1313
CROSS_COMPILE: 'aarch64-linux-gnu-'

Diff for: .github/workflows/raspberrypi-sys-mods.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions: {}
77
jobs:
88
build:
99
# https://github.com/actions/runner-images
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Build
1313
run: sudo bash -c "$(curl -sSf "https://raw.githubusercontent.com/$GITHUB_REPOSITORY_OWNER/DietPi/$GITHUB_REF_NAME/.build/software/raspberrypi-sys-mods/build.bash")"

Diff for: .github/workflows/shellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
shellcheck:
1010
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login != github.event.pull_request.base.repo.owner.login
1111
# https://github.com/actions/runner-images
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Setup DietPi-Globals

0 commit comments

Comments
 (0)