ci: Add ubuntu-20.04 (#355)

This commit is contained in:
Shohei Ueda 2020-06-13 17:53:43 +09:00 committed by GitHub
parent 09cf94008e
commit 926e28de4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
os:
- 'ubuntu-20.04'
- 'ubuntu-18.04'
- 'ubuntu-16.04'
- 'macos-latest'

View File

@ -22,6 +22,7 @@ jobs:
strategy:
matrix:
os:
- 'ubuntu-20.04'
- 'ubuntu-18.04'
- 'ubuntu-16.04'
- 'macos-latest'