Remove Ubuntu 16.04 from CI jobs
parent
decab29555
commit
92f574d2ca
|
@ -9,7 +9,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target_os: [linux]
|
target_os: [linux]
|
||||||
host_os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
|
host_os: [ubuntu-18.04, ubuntu-20.04]
|
||||||
container: ['']
|
container: ['']
|
||||||
include:
|
include:
|
||||||
- target_os: windows
|
- target_os: windows
|
||||||
|
|
Loading…
Reference in New Issue