Skip to content

Commit 856842c

Browse files
authored
Merge pull request #128 from esciencecenter-digital-skills/fix-build-and-deploy
Fix issue with build and deploy
2 parents d0c5dc2 + 4f1136c commit 856842c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sandpaper-main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ on:
2121
jobs:
2222
full-build:
2323
name: "Build Full Site"
24-
runs-on: ubuntu-latest
24+
# 2024-10-01: ubuntu-latest is now 24.04 and R is not installed by default in the runner image
25+
# pin to 22.04 for now
26+
runs-on: ubuntu-22.04
2527
permissions:
2628
checks: write
2729
contents: write

0 commit comments

Comments
 (0)