Skip to content

Commit

Permalink
ci: don't use latest runner
Browse files Browse the repository at this point in the history
- For now, run the e2e tests on Ubuntu 22.04 because the tests are failing due to not using the bwrap apparmor profile:

pressure-vessel-wrap[2993]: E: Child process exited with code 1: bwrap: setting up uid map: Permission denied

Fix this later in a separate commit or pull request
  • Loading branch information
R1kaB3rN committed Jan 5, 2025
1 parent cda115b commit 28d3d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

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

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 28d3d69

Please sign in to comment.