Add Ubuntu 20.04 to CI

This commit is contained in:
ISSOtm
2020-07-21 22:14:31 +02:00
parent 29314f76f7
commit 32231e3f7e

View File

@@ -5,7 +5,7 @@ jobs:
unix-testing:
strategy:
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]
include:
- os: ubuntu-18.04