Skip to content

Commit 344859e

Browse files
Merge pull request #983 from IndrajeetPatil/update_gha
Update GHA to use latest Ubuntu
2 parents 4075099 + f153242 commit 344859e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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-18.04, r: 'devel', http-user-agent: 'release'}
31-
- {os: ubuntu-18.04, r: 'release'}
32-
- {os: ubuntu-18.04, r: 'oldrel-1'}
33-
- {os: ubuntu-18.04, r: 'oldrel-2'}
34-
- {os: ubuntu-18.04, r: 'oldrel-3'}
35-
- {os: ubuntu-18.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-18.04
12+
runs-on: ubuntu-latest
1313
if: >-
1414
!contains(github.event.head_commit.message, 'ci skip') &&
1515
(

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Luke Tierney.
1010

1111
## Test environments
1212

13-
- ubuntu 18.04 (on GitHub Actions): R devel, R 4.1.2, R 4.0.5, R 3.6, R 3.5,
13+
- ubuntu 20.04 (on GitHub Actions): R devel, R 4.1.2, R 4.0.5, R 3.6, R 3.5,
1414
R 3.4
1515
- Windows Server 10 (on GitHub Actions): R 3.6, R 4.0.5
1616
- win-builder: R devel

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)