Skip to content

Commit

Permalink
Update ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmast authored Sep 15, 2024
1 parent a4329f4 commit 9c96231
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand All @@ -18,15 +18,15 @@ jobs:
sudo apt-get install -y build-essential fakeroot libncurses5-dev libssl-dev ccache bison flex libelf-dev libudev-dev libpci-dev libiberty-dev debhelper dpkg-dev debootstrap gpg ubuntu-keyring
wget https://ftp.debian.org/debian/pool/main/l/live-build/live-build_20240810_all.deb
sudo dpkg -i live-build_20240810_all.deb
- name: Configure live-build for Ubuntu Noble
- name: Configure live-build for Ubuntu Jammy
run: |
mkdir -p live-build
cd live-build
lb config \
--distribution noble \
--distribution jammy \
--debian-installer live \
--debian-installer-distribution noble \
--debian-installer-distribution jammy \
--archive-areas "main restricted universe multiverse" \
--security true \
--updates true \
Expand Down

0 comments on commit 9c96231

Please sign in to comment.