Skip to content

Commit

Permalink
use ubuntu 24.04 and latest qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba committed Jul 18, 2024
1 parent ed56548 commit 2b4a36d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,15 @@ jobs:
debarch: arm64
- arch: riscv64
debarch: riscv64
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Generate ISO for ${{ matrix.variant }} - ${{ matrix.arch }}
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ matrix.arch }}
- name: Upgrade ubuntu
run: |
sudo sed -i 's/jammy/mantic/' /etc/apt/sources.list
image: 'tonistiigi/binfmt:qemu-v8.1.5'
- name: Install dependencies
run: |
sudo apt update
Expand Down

0 comments on commit 2b4a36d

Please sign in to comment.