Skip to content

Commit

Permalink
ci(github action): switch to ubuntu-22.04
Browse files Browse the repository at this point in the history
As received issue there is no package called 'pak', and the switch is suggested on [this issue](r-lib/actions#750).
  • Loading branch information
amyheather committed Jul 9, 2024
1 parent 3ec3f8b commit 8e88fb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quarto_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
Expand Down Expand Up @@ -39,6 +39,7 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
with:
working-directory: './reproduction/'
cache-version: 2

- name: Render and publish to GitHub pages
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit 8e88fb4

Please sign in to comment.