@@ -17,14 +17,14 @@ jobs:
1717 matrix :
1818 config :
1919 - {os: windows-latest, r: 'devel'}
20+ - {os: macOS-latest, r: '4.2'}
2021 - {os: macOS-latest, r: '4.1'}
21- - {os: macOS-latest, r: '4.0'}
2222 - {os: macOS-latest, r: '3.6'}
23+ - {os: windows-latest, r: '4.2'}
2324 - {os: windows-latest, r: '4.1'}
24- - {os: windows-latest, r: '4.0'}
2525 - {os: windows-latest, r: '3.6'} # xgboost fails
26- - {os: ubuntu-18.04 , r: '4.1'} # , vdiffr: true, xref: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest" }
27- - {os: ubuntu-18.04 , r: '4.0 '} # , vdiffr: true, xref: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
26+ - {os: ubuntu-latest , r: '4.2' }
27+ - {os: ubuntu-latest , r: '4.1 '} # , vdiffr: true, xref: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
2828 - {os: ubuntu-18.04, r: '3.6'} # , vdiffr: true, xref: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
2929
3030 env :
0 commit comments