Skip to content

Commit

Permalink
Pin ubuntu to 22.04 due to R being not installed by default in 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston committed Oct 1, 2024
1 parent d566e2d commit ef83918
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 ef83918

Please sign in to comment.