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.
2 parents 941d128 + cc6eacf commit fd7b034Copy full SHA for fd7b034
.github/workflows/R-CMD-check.yaml
@@ -21,7 +21,7 @@ jobs:
21
config:
22
- {os: windows-latest, r: 'release'}
23
- {os: macOS-latest, r: 'release'}
24
- - {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
+ - {os: ubuntu-22.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}
25
26
env:
27
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
0 commit comments