Skip to content

Commit

Permalink
try to update GHA canned action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paciorek committed Sep 6, 2023
1 parent a2dc6d4 commit 02cffc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
config:
- {os: windows-latest, r: 'release', batch: 1}
- {os: macOS-latest, r: '4.2.2', batch: 1}
- {os: macOS-latest, r: 'release', batch: 1} # was hard-coded to 4.2.2 due to issues a while back
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", batch: 1}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", batch: 1}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", batch: 2}
Expand All @@ -41,13 +41,13 @@ jobs:
NIMBLE_TEST_BATCH: ${{ matrix.config.batch }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

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

- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-pandoc@v2

- name: Query dependencies
run: |
Expand Down

0 comments on commit 02cffc9

Please sign in to comment.