Skip to content

Commit f153242

Browse files
Use latest instead
1 parent 0c48247 commit f153242

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/check-full.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- {os: windows-latest, r: '3.6'}
2828

2929
# 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'}
3636

3737
env:
3838
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
pre-commit:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
if: >-
1414
!contains(github.event.head_commit.message, 'ci skip') &&
1515
(

touchstone/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"os": "ubuntu-20.04",
2+
"os": "ubuntu-latest",
33
"r": "4.2",
44
"rspm": "https://packagemanager.rstudio.com/all/__linux__/focal/2022-08-01",
55
"benchmarking_repo": "lorenzwalthert/here",

0 commit comments

Comments
 (0)