From 31cc2de0c80962bf1c2119139052e3b10db1a4d4 Mon Sep 17 00:00:00 2001 From: "The Carpentries Apprentice (beta)" <64428345+carpentries-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 01:56:44 +0100 Subject: [PATCH] Update Workflows to Version 0.16.8 (#380) Co-authored-by: zkamvar --- .github/workflows/sandpaper-main.yaml | 5 ++++- .github/workflows/sandpaper-version.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sandpaper-main.yaml b/.github/workflows/sandpaper-main.yaml index a4f8dc40..b3d1de8c 100755 --- a/.github/workflows/sandpaper-main.yaml +++ b/.github/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 diff --git a/.github/workflows/sandpaper-version.txt b/.github/workflows/sandpaper-version.txt index 427cda05..74aaa3f3 100644 --- a/.github/workflows/sandpaper-version.txt +++ b/.github/workflows/sandpaper-version.txt @@ -1 +1 @@ -0.16.7 +0.16.8