Skip to content

Commit

Permalink
GHA use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Nov 25, 2024
1 parent 7aee4b3 commit caa949b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- {os: windows-latest, nosuggests: false, r: 'devel'}
- {os: windows-latest, nosuggests: false, r: 'release'}
- {os: windows-latest, nosuggests: false, r: 'oldrel'}
- {os: ubuntu-20.04, nosuggests: false, r: 'devel'}
- {os: ubuntu-20.04, nosuggests: false, r: 'release'}
- {os: ubuntu-20.04, nosuggests: true, r: 'release'}
- {os: ubuntu-20.04, nosuggests: false, r: 'oldrel'}
- {os: ubuntu-latest, nosuggests: false, r: 'devel'}
- {os: ubuntu-latest, nosuggests: false, r: 'release'}
- {os: ubuntu-latest, nosuggests: true, r: 'release'}
- {os: ubuntu-latest, nosuggests: false, r: 'oldrel'}

env:
_R_CHECK_DEPENDS_ONLY_: ${{ matrix.config.nosuggests }}
Expand Down

0 comments on commit caa949b

Please sign in to comment.