Skip to content

Commit

Permalink
github: bump ubuntu 20.04 -> 24.04
Browse files Browse the repository at this point in the history
- We need a newer version of python3-websockets to connect to the new
  upstream hashserver.

- Enable unprivileged user namespaces which are disabled by default in
  24.04.

Signed-off-by: Justin Bronder <[email protected]>
  • Loading branch information
jsbronder committed Nov 5, 2024
1 parent da1e8b2 commit 2d40121
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
build:
name: build openrc-image
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 720
steps:
- name: Configure Environment [branch]
Expand All @@ -38,9 +38,10 @@ jobs:
else
echo 'OE_BRANCH='${{ github.base_ref}} >> $GITHUB_ENV
fi
- name: Install required packages
- name: Configure Host
run: |
sudo apt-get install diffstat
sudo apt-get install chrpath diffstat
echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2d40121

Please sign in to comment.