From c8421547bd29b12c461668beee20766b7792e5f6 Mon Sep 17 00:00:00 2001 From: Abi Terry <119593461+abiterry@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:38:26 +0100 Subject: [PATCH] change ubuntu version in PR action --- .github/workflows/pull_request_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_action.yml b/.github/workflows/pull_request_action.yml index 077eea22e..9b38b54ff 100644 --- a/.github/workflows/pull_request_action.yml +++ b/.github/workflows/pull_request_action.yml @@ -11,7 +11,7 @@ name: Test Rendering jobs: build-deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} R_KEEP_PKG_SOURCE: yes