Skip to content

Commit

Permalink
ci: Drop ubuntu-16.04, add ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed May 1, 2021
1 parent 592313f commit f099607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
os:
- 'ubuntu-latest'
- 'ubuntu-18.04'
- 'ubuntu-16.04'
- 'macos-latest'
- 'windows-latest'
mdbook-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
matrix:
os:
- 'ubuntu-latest'
- 'ubuntu-18.04'
- 'ubuntu-16.04'
- 'macos-latest'
- 'windows-latest'
steps:
Expand Down

0 comments on commit f099607

Please sign in to comment.