Disable building for Ubuntu 18.04

libinih-dev on Bionic does not provide a .pc file, so PKG_CHECK_MODULES
fails on this target. This commit disables the CI build on Bionic until
we have a workaround.
reverse-scroll
nirenjan 2021-07-15 17:44:08 -07:00
parent fa298455aa
commit 738879f79f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: ['ubuntu-18.04', 'ubuntu-20.04', 'macos-latest'] os: ['ubuntu-20.04', 'macos-latest']
cc: ['gcc', 'clang'] cc: ['gcc', 'clang']
steps: steps: