Skip to content

Commit

Permalink
test: updated gha 4, support for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsner committed Oct 15, 2024
1 parent da47a52 commit bcf3027
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: quarto-dev/quarto-actions/setup@v2
with:
version: ${{ matrix.config.quarto }}

- uses: r-lib/actions/setup-pandoc@v2
if: runner.os == 'macOS'

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Ncpus: 4

- uses: r-lib/actions/setup-pandoc@v2
if: runner.os == 'macOS'

- uses: quarto-dev/quarto-actions/setup@v2
with:
version: ${{ matrix.config.quarto }}

- name: Install sys deps for Ubuntu
if: runner.os == 'Linux'
Expand Down

0 comments on commit bcf3027

Please sign in to comment.