From ef839182342871092ecc2aa9e331c050990cb54a Mon Sep 17 00:00:00 2001 From: froggleston Date: Tue, 1 Oct 2024 11:40:46 +0100 Subject: [PATCH] Pin ubuntu to 22.04 due to R being not installed by default in 24.04 --- inst/workflows/sandpaper-main.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inst/workflows/sandpaper-main.yaml b/inst/workflows/sandpaper-main.yaml index a4f8dc40..b3d1de8c 100644 --- a/inst/workflows/sandpaper-main.yaml +++ b/inst/workflows/sandpaper-main.yaml @@ -21,7 +21,10 @@ on: jobs: full-build: name: "Build Full Site" - runs-on: ubuntu-latest + + # 2024-10-01: ubuntu-latest is now 24.04 and R is not installed by default in the runner image + # pin to 22.04 for now + runs-on: ubuntu-22.04 permissions: checks: write contents: write