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 6c34276 commit d3e7eee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- {os: windows-latest, nosuggests: false, r: 'release'}
- {os: windows-latest, nosuggests: false, r: 'oldrel/1'}
- {os: windows-latest, nosuggests: false, r: 'oldrel/2'}
- {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/1'}
- {os: ubuntu-20.04, nosuggests: false, r: 'oldrel/2'}
- {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/1'}
- {os: ubuntu-latest, nosuggests: false, r: 'oldrel/2'}

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

0 comments on commit d3e7eee

Please sign in to comment.