File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ARCH=$(uname -m)
2121
2222# Default CRAN repo (use the CDN) and R verssion
2323CRAN=${CRAN:- " https://cloud.r-project.org" }
24- RVER=${RVER:- " 4.5.1 " }
24+ RVER=${RVER:- " 4.6.0 " }
2525
2626# # Optional drat repos, unset by default
2727DRAT_REPOS=${DRAT_REPOS:- " " }
@@ -215,7 +215,7 @@ BootstrapLinuxOptions() {
215215
216216BootstrapMac () {
217217 # Install from latest CRAN binary build for OS X (given ${ARCH} from 'uname -m')
218- wget ${CRAN} /bin/macosx/big-sur -${ARCH} /base/R-${RVER} -${ARCH} .pkg -O /tmp/R-latest.pkg
218+ wget ${CRAN} /bin/macosx/sonoma -${ARCH} /base/R-${RVER} -${ARCH} .pkg -O /tmp/R-latest.pkg
219219
220220 echo " Installing macOS binary package for R on ${ARCH} "
221221 sudo installer -pkg " /tmp/R-latest.pkg" -target /
Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 include :
18- - {os: macOS-latest, r: '4.5.1' }
18+ - {os: macOS-latest, r: '4.6.0' }
19+ # The value of `r` for Ubuntu is a placeholder that has no effect. R
20+ # is installed from r2u via APT, and thus corresponds to the current
21+ # release version
1922 - {os: ubuntu-latest, r: 'release'}
2023
2124 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments