Skip to content

Commit

Permalink
Use ubuntu-latest (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv authored Aug 22, 2022
1 parent b6c046a commit afb10f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- {os: windows-latest, r: 'release'}

# Use older ubuntu to maximise backward compatibility
- {os: ubuntu-18.04, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-18.04, r: 'release'}
- {os: ubuntu-18.04, r: 'oldrel-1'}
- {os: ubuntu-18.04, r: 'oldrel-2'}
- {os: ubuntu-18.04, r: 'oldrel-3'}
- {os: ubuntu-18.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/required-latex-pkgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: check required LateX packages

jobs:
LateX-Packages:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

name: Ubuntu 18-04 (release)

Expand Down

0 comments on commit afb10f3

Please sign in to comment.