We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed607a2 commit 9d6a933Copy full SHA for 9d6a933
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
config:
25
- {os: macOS-latest, r: 'release'}
26
- - {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__/focal/latest"}
27
- {os: windows-latest, r: 'devel'}
28
- {os: windows-latest, r: 'oldrel'}
29
- {os: windows-latest, r: 'release'}
0 commit comments