Skip to content

Commit 66ad53a

Browse files
author
Roy Mendelssohn
committed
Fixed gtihub actions to use latest Ubuntu
1 parent 53aca86 commit 66ad53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- { os: windows-latest, r: 'release'}
1616
- { os: macOS-latest, r: 'release'}
1717
# - { os: macOS-latest, r: 'devel'}
18-
- { os: ubuntu-18.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
18+
- { os: ubuntu-latest, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
1919

2020
env:
2121
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

0 commit comments

Comments
 (0)