Skip to content

Commit

Permalink
gh actions changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 15, 2021
1 parent 0224895 commit 013f0fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
config:
- { os: windows-latest, r: 'release', args: "--no-manual"}
- { os: macOS-latest, r: 'release'}
- { os: macOS-latest, r: 'oldrel'}
# - { os: macOS-latest, r: 'devel'}
- { os: macOS-latest, r: 'release', args: "--no-manual"}
- { os: macOS-latest, r: 'oldrel', args: "--no-manual"}
- { os: macOS-latest, r: 'devel', args: "--no-manual"}
- { os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}

env:
Expand Down

0 comments on commit 013f0fc

Please sign in to comment.