mirror of https://github.com/nirenjan/libx52.git
Disable Ubuntu 16.04 builds
Ubuntu 16.04 reached EOL in April 2021, and Github will disable Ubuntu 16.04 runners in September 2021. In order to avoid build failures, this commit disables builds on 16.04.reverse-scroll
parent
dcd878b7cc
commit
13f54588a6
|
@ -21,7 +21,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
os: ['ubuntu-16.04', 'ubuntu-18.04', 'ubuntu-20.04', 'macos-latest']
|
||||
os: ['ubuntu-18.04', 'ubuntu-20.04', 'macos-latest']
|
||||
cc: ['gcc', 'clang']
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue