Skip to content

Commit

Permalink
i #284 R version
Browse files Browse the repository at this point in the history
  • Loading branch information
daomcgill committed Nov 13, 2024
1 parent 09d00c3 commit 216fe07
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.4']
r-version: ['4.1']

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.4']
r-version: ['4.1']
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 216fe07

Please sign in to comment.