2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 16:01:03 +00:00

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

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