Skip to content

Commit

Permalink
i #284 another R version change attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
daomcgill committed Nov 13, 2024
1 parent 216fe07 commit 99823d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macOS-13
strategy:
matrix:
r-version: ['4.1']
r-version: ['4.2']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macOS-13
strategy:
matrix:
r-version: ['4.1']
r-version: ['4.2']
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 99823d7

Please sign in to comment.