Skip to content

Commit

Permalink
Replace ubuntu-20.04 -> ubuntu-latest everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Aug 24, 2022
1 parent 683c376 commit cc43801
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '3.6'}

# Use older ubuntu to maximise backward compatibility
- {os: ubuntu-20.04, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-20.04, r: 'release'}
- {os: ubuntu-20.04, r: 'oldrel-1'}
- {os: ubuntu-20.04, r: 'oldrel-2'}
- {os: ubuntu-20.04, r: 'oldrel-3'}
- {os: ubuntu-20.04, r: 'oldrel-4'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-2'}
- {os: ubuntu-latest, r: 'oldrel-3'}
- {os: ubuntu-latest, r: 'oldrel-4'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-devel-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
config:
- {os: macOS-latest, r: 'devel'}
- {os: windows-latest, r: 'devel'}
- {os: ubuntu-20.04, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/setup-r-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'next'}

- {os: ubuntu-20.04, r: 'release'}
- {os: ubuntu-20.04, r: 'next'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'next'}

steps:
- uses: actions/checkout@v2
Expand Down
12 changes: 6 additions & 6 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ jobs:
- {os: windows-latest, r: '3.6'}
# Use older ubuntu to maximise backward compatibility
- {os: ubuntu-20.04, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-20.04, r: 'release'}
- {os: ubuntu-20.04, r: 'oldrel-1'}
- {os: ubuntu-20.04, r: 'oldrel-2'}
- {os: ubuntu-20.04, r: 'oldrel-3'}
- {os: ubuntu-20.04, r: 'oldrel-4'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-2'}
- {os: ubuntu-latest, r: 'oldrel-3'}
- {os: ubuntu-latest, r: 'oldrel-4'}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion setup-r/README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Matrix Testing:
```yaml
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
R: [ '3.5.3', '3.6.1' ]
Expand Down
2 changes: 1 addition & 1 deletion setup-r/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Matrix Testing:
``` yaml
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
R: [ '3.5.3', '3.6.1' ]
Expand Down

0 comments on commit cc43801

Please sign in to comment.