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 b204f0b commit 2109192Copy full SHA for 2109192
.github/workflows/R-CMD-check.yaml
@@ -25,7 +25,7 @@ jobs:
25
config:
26
# - {os: windows-latest, r: 'release'}
27
# - {os: macOS-latest, r: 'release'}
28
- - {os: ubuntu-22.04, r: 'release'}
+ - {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
29
# - {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
30
31
env:
0 commit comments