Merge pull request #3982 from stgraber/master

github: Drop 16.04 tests
This commit is contained in:
Christian Brauner 2021-09-28 23:09:44 +02:00 committed by GitHub
commit 6187bcb810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,8 @@ jobs:
- gcc
- clang
os:
- ubuntu-16.04
- ubuntu-18.04
- ubuntu-20.04
exclude:
- os: ubuntu-16.04
compiler: gcc
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code