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 a2751c7 commit e3374f0
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 @@ -26,10 +26,10 @@ jobs:
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'oldrel/1'}
- {os: windows-latest, r: 'oldrel/2'}
- {os: ubuntu-20.04, r: 'devel'}
- {os: ubuntu-20.04, r: 'release'}
- {os: ubuntu-20.04, r: 'oldrel/1'}
- {os: ubuntu-20.04, r: 'oldrel/2'}
- {os: ubuntu-latest, r: 'devel'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel/1'}
- {os: ubuntu-latest, r: 'oldrel/2'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e3374f0

Please sign in to comment.