File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 config :
23- - { os: ubuntu-latest, r: 'release ' }
24- - { os: ubuntu-latest, r: 'oldrel-1' }
25- - { os: macos-latest, r: 'release' }
23+ - { os: ubuntu-latest, r: '4.1.3 ' }
24+ # - { os: ubuntu-latest, r: 'oldrel-1' }
25+ # - { os: macos-latest, r: 'release' }
2626
2727 runs-on : ${{ matrix.config.os }}
2828 name : ${{ matrix.config.os }} (${{ matrix.config.r }})
5252
5353 - uses : CCBR/actions/install-r-pak@main
5454 with :
55- r-version : 4.4
55+ r-version : 4.1.3
5656 versions-file : .github/package-versions.txt
5757 needs : dev
5858
Original file line number Diff line number Diff line change 3131 - uses : r-lib/actions/setup-r@v2
3232 with :
3333 use-public-rspm : true
34- r-version : 4.3
34+ r-version : 4.1. 3
3535
3636 - uses : r-lib/actions/setup-r-dependencies@v2
3737 with :
Original file line number Diff line number Diff line change 2121
2222 - uses : CCBR/actions/install-r-pak@main
2323 with :
24- r-version : 4.4
24+ r-version : 4.1.3
2525 versions-file : .github/package-versions.txt
2626 needs : dev
2727
You can’t perform that action at this time.
0 commit comments