From: Stéphane Graber Date: Tue, 28 Sep 2021 20:58:44 +0000 (-0400) Subject: github: Drop 16.04 tests X-Git-Tag: lxc-5.0.0~83^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afef261bdf82ed7dd8eb5acbc71dfc1537b502fd;p=thirdparty%2Flxc.git github: Drop 16.04 tests Signed-off-by: Stéphane Graber --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25a0af299..e7318151f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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