From c9e16bfe08ff24b9263fbc33f92470c0deca9a3e Mon Sep 17 00:00:00 2001 From: Ethan Dickson Date: Mon, 16 Dec 2024 10:19:17 +0000 Subject: [PATCH] ci: pin weekly-docs runner ubuntu version to 22.04 --- .github/workflows/weekly-docs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/weekly-docs.yaml b/.github/workflows/weekly-docs.yaml index a333a70396460..679679f9e392c 100644 --- a/.github/workflows/weekly-docs.yaml +++ b/.github/workflows/weekly-docs.yaml @@ -15,7 +15,8 @@ permissions: jobs: check-docs: - runs-on: ubuntu-latest + # later versions of Ubuntu have disabled unprivileged user namespaces, which are required by the action + runs-on: ubuntu-22.04 permissions: pull-requests: write # required to post PR review comments by the action steps: