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

Commit bcc1362

Browse files
committed
remove macos latest R/devel from gh actions
1 parent 25cef9d commit bcc1362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
config:
1515
- { os: windows-latest, r: 'latest'}
1616
- { os: macOS-latest, r: 'latest'}
17-
- { os: macOS-latest, r: 'devel'}
17+
# - { os: macOS-latest, r: 'devel'}
1818
- { os: ubuntu-16.04, r: '3.6', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
1919
- { os: ubuntu-16.04, r: 'latest', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
2020

0 commit comments

Comments
 (0)