Skip to content

Commit 9f892b6

Browse files
authored
Merge pull request #3938 from ProjectMirador/ubuntu-22
Pin to ubuntu-22 to avoid CI failure
2 parents 16aa69c + 5269ce6 commit 9f892b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ on:
1111

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

0 commit comments

Comments
 (0)