Skip to content

Commit 8c277dd

Browse files
committed
Try to change R name in check
1 parent 0f6d1e7 commit 8c277dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
config:
1515
- {os: windows-latest, r: '4.0'}
16-
- {os: macOS-latest, r: 'release'}
16+
- {os: macOS-latest, r: '4.0'}
1717
- {os: ubuntu-16.04, r: '3.5', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
1818
- {os: ubuntu-16.04, r: '3.6', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
1919
- {os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}

0 commit comments

Comments
 (0)