ci: Add ubuntu-20.04
This commit is contained in:
parent
09cf94008e
commit
a97e9aee4f
2 changed files with 2 additions and 0 deletions
1
.github/workflows/test-action.yml
vendored
1
.github/workflows/test-action.yml
vendored
|
|
@ -10,6 +10,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
|
- 'ubuntu-20.04'
|
||||||
- 'ubuntu-18.04'
|
- 'ubuntu-18.04'
|
||||||
- 'ubuntu-16.04'
|
- 'ubuntu-16.04'
|
||||||
- 'macos-latest'
|
- 'macos-latest'
|
||||||
|
|
|
||||||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -22,6 +22,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
|
- 'ubuntu-20.04'
|
||||||
- 'ubuntu-18.04'
|
- 'ubuntu-18.04'
|
||||||
- 'ubuntu-16.04'
|
- 'ubuntu-16.04'
|
||||||
- 'macos-latest'
|
- 'macos-latest'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue