Remove Ubuntu 16.04 from CI

It's been deprecated, see https://github.com/actions/virtual-environments/issues/3287
This commit is contained in:
Eldred Habert
2021-10-05 22:24:24 +02:00
committed by GitHub
parent 00a67c3fb2
commit 9b9f3ffb96

View File

@@ -7,7 +7,7 @@ jobs:
unix-testing: unix-testing:
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15] os: [ubuntu-20.04, ubuntu-18.04, macos-10.15]
cc: [gcc, clang] cc: [gcc, clang]
buildsys: [make, cmake] buildsys: [make, cmake]
include: include: