Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aturner-epcc committed Jan 24, 2025
2 parents 893e9dd + 97c7144 commit 675f4ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ on:
jobs:
full-build:
name: "Build Full Site"
runs-on: ubuntu-latest
# 2025-01-21: 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
Expand Down

0 comments on commit 675f4ce

Please sign in to comment.