Skip to content

Commit

Permalink
v9.5
Browse files Browse the repository at this point in the history
- CI | Switch all workflows to Ubuntu Noble: actions/runner-images#9848
  • Loading branch information
MichaIng committed May 14, 2024
1 parent 34e76c4 commit 237fdda
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amiberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
plat: ${{ steps.plat.outputs.plat }}
dist: ${{ steps.dist.outputs.dist }}
# https://github.com/actions/runner-images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- id: plat
run: |
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- { plat: riscv64, dist: bookworm }
fail-fast: false
name: "${{ matrix.plat }} - ${{ matrix.dist }}"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Build
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 }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ permissions: {}
jobs:
build:
name: "${{ github.event.inputs.asset }} - ${{ github.event.inputs.branch }} - ${{ github.event.inputs.board }}"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Clone Armbian repo
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dietpi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
outputs:
buildargs: ${{ steps.buildargs.outputs.buildargs }}
# https://github.com/actions/runner-images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- id: buildargs
run: |
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
buildargs: ${{ fromJson(needs.prep.outputs.buildargs) }}
fail-fast: false
name: "Build: ${{ matrix.buildargs }}"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Generate upload script
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dietpi-software-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
arch: ${{ steps.arch.outputs.arch }}
dist: ${{ steps.dist.outputs.dist }}
# https://github.com/actions/runner-images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- id: name
run: |
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- { arch: x86_64, name: gogs }
fail-fast: false
name: "${{ matrix.name }} - ${{ matrix.arch }} - ${{ matrix.dist }}"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Build
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 }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dietpi-software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ permissions: {}
jobs:
prep:
# https://github.com/actions/runner-images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- id: arch
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- { arch: riscv64, dist: bookworm }
fail-fast: false
name: "${{ matrix.arch }} - ${{ matrix.dist }} - ${{ github.event.inputs.soft }}"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quartz64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions: {}
jobs:
build:
# https://github.com/actions/runner-images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
uboot_version: '2023.10'
CROSS_COMPILE: 'aarch64-linux-gnu-'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/raspberrypi-sys-mods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions: {}
jobs:
build:
# https://github.com/actions/runner-images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Build
run: sudo bash -c "$(curl -sSf "https://raw.githubusercontent.com/$GITHUB_REPOSITORY_OWNER/DietPi/$GITHUB_REF_NAME/.build/software/raspberrypi-sys-mods/build.bash")"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
shellcheck:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login != github.event.pull_request.base.repo.owner.login
# https://github.com/actions/runner-images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup DietPi-Globals
Expand Down

0 comments on commit 237fdda

Please sign in to comment.