Skip to content

Commit cf9b213

Browse files
chore(deps): update dependency ubuntu to v24 (#1809)
* chore(deps): update dependency ubuntu to v24 * Test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
1 parent bb8dd25 commit cf9b213

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: 'ubuntu-22.04'
11+
runs-on: 'ubuntu-24.04'
1212

1313
steps:
1414
- uses: actions/checkout@v6
@@ -25,6 +25,7 @@ jobs:
2525
run: pnpm run build:all
2626
- name: Lint
2727
run: pnpm run lint:all
28+
- run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
2829
- name: Test
2930
uses: coactions/setup-xvfb@v1
3031
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: write-all
1010
jobs:
1111
release:
1212
name: Release
13-
runs-on: 'ubuntu-22.04'
13+
runs-on: 'ubuntu-24.04'
1414
steps:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v6

0 commit comments

Comments
 (0)