add windows and linux runners

This commit is contained in:
Adam Black 2021-08-20 00:10:41 -04:00
parent c98e171ebc
commit d1186aacbe
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ jobs:
matrix:
config:
- {os: macOS-latest, r: 'release'}
# - {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
# - {os: windows-latest, r: 'release'} # Does not appear to have Java 32-bit, hence the --no-multiarch
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: windows-latest, r: 'release'} # Does not appear to have Java 32-bit, hence the --no-multiarch
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true