We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53aca86 commit 66ad53aCopy full SHA for 66ad53a
.github/workflows/R-check.yml
@@ -15,7 +15,7 @@ jobs:
15
- { os: windows-latest, r: 'release'}
16
- { os: macOS-latest, r: 'release'}
17
# - { os: macOS-latest, r: 'devel'}
18
- - { os: ubuntu-18.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
+ - { os: ubuntu-latest, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
19
20
env:
21
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
0 commit comments