Skip to content

Commit

Permalink
GitHub actions uses R 4.0.5 with macOS 10.15
Browse files Browse the repository at this point in the history
- Actions is failing with 11 and R 4.0
  • Loading branch information
AB-Kent committed Dec 7, 2021
1 parent 9495bf3 commit b6638ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: '4.0.5'}
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: '4.0.5'}
- {os: macOS-10.15, r: '4.0.5'}

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

0 comments on commit b6638ac

Please sign in to comment.