File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 # - {os: windows-latest, r: '3.6'}
3232
3333 # Use older ubuntu to maximise backward compatibility
34- - {os: ubuntu-18.04 , r: 'devel', http-user-agent: 'release'}
35- - {os: ubuntu-18.04 , r: 'release'}
36- - {os: ubuntu-18.04 , r: 'oldrel-1'}
37- - {os: ubuntu-18.04 , r: 'oldrel-2'}
38- - {os: ubuntu-18.04 , r: 'oldrel-3'}
34+ - {os: ubuntu-latest , r: 'devel', http-user-agent: 'release'}
35+ - {os: ubuntu-latest , r: 'release'}
36+ - {os: ubuntu-latest , r: 'oldrel-1'}
37+ - {os: ubuntu-latest , r: 'oldrel-2'}
38+ - {os: ubuntu-latest , r: 'oldrel-3'}
3939 # Don't use R 3.4 build. survival, mda, TH.data require >=3.5.
40- # - {os: ubuntu-18.04 , r: 'oldrel-4'}
40+ # - {os: ubuntu-latest , r: 'oldrel-4'}
4141
4242 env :
4343 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments