Skip to content

Commit

Permalink
Pin to ubuntu-22 to avoid CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
marlo-longley committed Oct 15, 2024
1 parent 018142a commit de09f5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:

jobs:
build:
runs-on: ubuntu-latest
# Pin to ubuntu-22 until a solution is found for this issue:
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
runs-on: ubuntu-22
strategy:
matrix:
node-version: [18.x, 20.x]
Expand Down

0 comments on commit de09f5f

Please sign in to comment.