Skip to content

Commit

Permalink
i #284 Please work
Browse files Browse the repository at this point in the history
  • Loading branch information
daomcgill committed Nov 13, 2024
1 parent 092e2ab commit 56dff9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion tests/testthat/testdata/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ refactoring_miner: ~/RefactoringMiner-1.0/bin/RefactoringMiner
# https://github.com/boyter/scc
scc: ~/scc/scc
# universal-ctags
utags: /opt/homebrew/opt/universal-ctags/bin/ctags
utags: /usr/local/Cellar/universal-ctags/HEAD-62f0144/bin/ctags
# https://archdia.com/
dv8: /Applications/DV84/bin/dv8-console
# OSLOM: http://oslom.org/
Expand Down

0 comments on commit 56dff9c

Please sign in to comment.