Skip to content

Commit 901dc21

Browse files
committed
ci(github): simplify R-CMD-check to just run on ubunutu latest (and not also the development version and old versions)
1 parent d2cbf12 commit 901dc21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
config:
2222
- {os: macos-latest, r: 'release'}
2323
- {os: windows-latest, r: 'release'}
24-
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2524
- {os: ubuntu-latest, r: 'release'}
26-
- {os: ubuntu-latest, r: 'oldrel-1'}
2725

2826
env:
2927
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)