Skip to content

Commit

Permalink
Changed runs-on to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeleiro committed Nov 17, 2023
1 parent 85ec39a commit ce6bec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: pkgdown

jobs:
pkgdown:
runs-on: macOS-latest
runs-on: ubuntu-latest
# Only restrict concurrency for non-PR jobs
concurrency:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
install.packages(c("pkgdown", "devtools"), type = "binary")
install.packages(c("pkgdown", "devtools"))
remotes::install_github("amirmasoudabdol/preferably")
shell: Rscript {0}

Expand Down

0 comments on commit ce6bec0

Please sign in to comment.