Skip to content

Commit c84d78f

Browse files
committed
[gh-actions] update ubuntu 16.04 to 18.04
actions/runner-images#3287
1 parent 7e5f1ac commit c84d78f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,12 @@ jobs:
3939
- {os: macOS-latest, r: '4.1'}
4040
- {os: macOS-latest, r: '4.0'}
4141
- {os: macOS-latest, r: '3.6'}
42-
# - {os: macOS-latest, r: '3.5'}
4342
- {os: windows-latest, r: '4.1'}
4443
- {os: windows-latest, r: '4.0'}
4544
- {os: windows-latest, r: '3.6'}
46-
# - {os: windows-latest, r: '3.5'}
47-
- {os: ubuntu-16.04, r: '4.1', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
48-
- {os: ubuntu-16.04, r: '4.0', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
49-
- {os: ubuntu-16.04, r: '3.6', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
50-
# - {os: ubuntu-16.04, r: '3.5', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
45+
- {os: ubuntu-18.04, r: '4.1', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
46+
- {os: ubuntu-18.04, r: '4.0', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
47+
- {os: ubuntu-18.04, r: '3.6', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
5148

5249
env:
5350
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

0 commit comments

Comments
 (0)