Skip to content

Commit b1d8243

Browse files
authored
updating ubuntu version for guithub actions
1 parent b19bcef commit b1d8243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/R-CMD-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
config:
2525
- { os: windows-latest, r: "release" }
2626
- {
27-
os: ubuntu-20.04,
27+
os: ubuntu-24.04,
2828
r: "release",
2929
rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest",
3030
}
3131
- {
32-
os: ubuntu-20.04,
32+
os: ubuntu-24.04,
3333
r: "devel",
3434
rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest",
3535
}

0 commit comments

Comments
 (0)