Skip to content

Commit

Permalink
test Ubuntu 24.04 as a custom url
Browse files Browse the repository at this point in the history
  • Loading branch information
razr committed Jun 18, 2024
1 parent e1773de commit 01f9d9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-custom-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
cat /etc/os-release
uname -a
build_ubuntu_23_04:
runs-on: ubuntu-22.04
build_ubuntu_24_04:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://cdimage.ubuntu.com/releases/22.04.4/release/ubuntu-22.04.4-preinstalled-server-arm64+raspi.img.xz
base_image: https://cdimage.ubuntu.com/releases/24.04/release/ubuntu-24.04-preinstalled-server-arm64+raspi.img.xz
commands: |
cat /etc/os-release
uname -a
Expand Down

0 comments on commit 01f9d9b

Please sign in to comment.