Skip to content

Commit dbb0041

Browse files
update the CI R versions
1 parent 6969707 commit dbb0041

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run_job.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
matrix:
2121
config:
2222
- {os: windows-latest, r: 'devel'}
23-
- {os: windows-latest, r: '3.6'}
24-
- {os: macOS-latest, r: '3.6'}
25-
- {os: ubuntu-16.04, r: '3.6', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
23+
- {os: windows-latest, r: '3.6.3'}
24+
- {os: macOS-latest, r: '3.6.3'}
25+
- {os: ubuntu-18.04, r: '4.0', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2626

2727
env:
2828
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

0 commit comments

Comments
 (0)