Update build matrix
Ubuntu 16.04 is now deprecated. Remove it and add ubuntu-latest.
This commit is contained in:
parent
6f04be13c9
commit
e6f04db1b4
|
@ -8,9 +8,9 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
|
- ubuntu-latest
|
||||||
- ubuntu-20.04
|
- ubuntu-20.04
|
||||||
- ubuntu-18.04
|
- ubuntu-18.04
|
||||||
- ubuntu-16.04
|
|
||||||
- macos-latest
|
- macos-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue