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.4 .1" }
24+ RVER=${RVER:- " 4.5 .1" }
2525
2626# # Optional drat repos, unset by default
2727DRAT_REPOS=${DRAT_REPOS:- " " }
Original file line number Diff line number Diff line change 1212jobs :
1313 ci :
1414 strategy :
15+ fail-fast : false
1516 matrix :
1617 include :
17- - {os: macOS-latest}
18- - {os: ubuntu-latest}
18+ - {os: macOS-latest, r: '4.5.1' }
19+ - {os: ubuntu-latest, r: 'release' }
1920
2021 runs-on : ${{ matrix.os }}
22+ name : ${{ matrix.os }} (${{ matrix.r }})
2123
2224 steps :
2325 - uses : actions/checkout@v4
2426
2527 - name : System
26- run : sysctl -a
28+ run : |
29+ sysctl -a
30+ echo "RVER=${{ matrix.r}}" >> $GITHUB_ENV
2731 if : ${{ matrix.os == 'macOS-latest' }}
2832
2933 - name : Bootstrap
You can’t perform that action at this time.
0 commit comments