File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
- {os: windows-latest, r: '3.6'}
28
28
29
29
# Use older ubuntu to maximise backward compatibility
30
- - {os: ubuntu-20.04, r: 'devel', http-user-agent: 'release'}
31
- - {os: ubuntu-20.04, r: 'release'}
32
- - {os: ubuntu-20.04, r: 'oldrel-1'}
33
- - {os: ubuntu-20.04, r: 'oldrel-2'}
34
- - {os: ubuntu-20.04, r: 'oldrel-3'}
35
- - {os: ubuntu-20.04, r: 'oldrel-4'}
30
+ - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
31
+ - {os: ubuntu-latest, r: 'release'}
32
+ - {os: ubuntu-latest, r: 'oldrel-1'}
33
+ - {os: ubuntu-latest, r: 'oldrel-2'}
34
+ - {os: ubuntu-latest, r: 'oldrel-3'}
35
+ - {os: ubuntu-latest, r: 'oldrel-4'}
36
36
37
37
env :
38
38
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
pre-commit :
12
- runs-on : ubuntu-20.04
12
+ runs-on : ubuntu-latest
13
13
if : >-
14
14
!contains(github.event.head_commit.message, 'ci skip') &&
15
15
(
Original file line number Diff line number Diff line change 1
1
{
2
- "os" : " ubuntu-20.04 " ,
2
+ "os" : " ubuntu-latest " ,
3
3
"r" : " 4.2" ,
4
4
"rspm" : " https://packagemanager.rstudio.com/all/__linux__/focal/2022-08-01" ,
5
5
"benchmarking_repo" : " lorenzwalthert/here" ,
You can’t perform that action at this time.
0 commit comments