We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b034e2 commit 82262f6Copy full SHA for 82262f6
.github/workflows/sandpaper-main.yaml
@@ -21,7 +21,10 @@ on:
21
jobs:
22
full-build:
23
name: "Build Full Site"
24
- runs-on: ubuntu-latest
+
25
+ # 2024-10-01: ubuntu-latest is now 24.04 and R is not installed by default in the runner image
26
+ # pin to 22.04 for now
27
+ runs-on: ubuntu-22.04
28
permissions:
29
checks: write
30
contents: write
.github/workflows/sandpaper-version.txt
@@ -1 +1 @@
1
-0.16.7
+0.16.8
0 commit comments