Skip to content

Commit de0eeca

Browse files
committed
up to R 4.2
1 parent ceb0b30 commit de0eeca

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ant.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ jobs:
2222
java-package: jdk
2323
- uses: r-lib/actions/setup-r@v1
2424
with:
25-
r-version: 3.6
26-
- if: matrix.os == 'macos-latest'
27-
run: |
28-
ln -s /Library/Frameworks/R.framework/Versions/3.6 /Library/Frameworks/R.framework/Versions/3.5
29-
echo "/Library/Frameworks/R.framework/Resources/bin" >> $GITHUB_PATH
25+
r-version: 4.2
3026
- uses: r-lib/actions/setup-pandoc@v1
3127
- run: |
3228
WD=$PWD

0 commit comments

Comments
 (0)