Navigation Menu

Skip to content

Commit

Permalink
xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 26, 2021
1 parent 2a59090 commit b3991e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -26,8 +26,8 @@ jobs:
config:
- {os: windows-latest, r: 'latest'}
- {os: macOS-latest, r: 'latest'}
- {os: ubuntu-latest, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-18.04, r: 'latest', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
- {os: ubuntu-16.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-16.04, r: 'latest', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit b3991e9

Please sign in to comment.