From de09f5fc754c466f470f2d963f5cec95095a244d Mon Sep 17 00:00:00 2001 From: marlo-longley Date: Tue, 15 Oct 2024 11:38:20 -0500 Subject: [PATCH] Pin to ubuntu-22 to avoid CI failure --- .github/workflows/node.js.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index bc23b2fac..950365c37 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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]