Skip to content

Commit

Permalink
Merge pull request #606 from carpentries/frog-pin-ubuntu2204
Browse files Browse the repository at this point in the history
Pin ubuntu to 22.04 due to R being not installed by default in 24.04
  • Loading branch information
froggleston authored Oct 1, 2024
2 parents d566e2d + ef83918 commit 22482de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion inst/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22482de

Please sign in to comment.