Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
remove macos latest R/devel from gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 23, 2021
1 parent 25cef9d commit bcc1362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
config:
- { os: windows-latest, r: 'latest'}
- { os: macOS-latest, r: 'latest'}
- { os: macOS-latest, r: 'devel'}
# - { os: macOS-latest, r: 'devel'}
- { os: ubuntu-16.04, r: '3.6', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- { os: ubuntu-16.04, r: 'latest', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}

Expand Down

0 comments on commit bcc1362

Please sign in to comment.