File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ jobs:
19
19
fail-fast : false
20
20
matrix :
21
21
config :
22
- # - {os: macOS-latest, r: 'devel'}
23
- - {os: macOS-latest, r: 'release'}
24
22
- {os: windows-latest, r: 'release'}
25
- - {os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
26
- - {os: ubuntu-16.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
23
+ - {os: macOS-latest, r: 'release'}
24
+ - {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
25
+ - {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
27
26
env :
28
27
R_REMOTES_NO_ERRORS_FROM_WARNINGS : true
29
28
RSPM : ${{ matrix.config.rspm }}
You can’t perform that action at this time.
0 commit comments