Skip to content

Commit 9a6a146

Browse files
Comment out oldrel-1 R version for Ubuntu
Comment out the oldrel-1 R version for Ubuntu in the workflow.
1 parent 512f0a7 commit 9a6a146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- {os: windows-latest, r: 'release', rtools: '42'}
2525
- {os: ubuntu-latest, r: 'devel', rtools: '', http-user-agent: 'release'}
2626
- {os: ubuntu-latest, r: 'release', rtools: ''}
27-
- {os: ubuntu-latest, r: 'oldrel-1', rtools: ''}
27+
# - {os: ubuntu-latest, r: 'oldrel-1', rtools: ''}
2828

2929
env:
3030
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)