Merge pull request #543 from ISSOtm/ubuntu20

Add Ubuntu 20.04 to CI
This commit is contained in:
Eldred Habert
2020-07-21 22:24:28 +02:00
committed by GitHub

View File

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