From afef261bdf82ed7dd8eb5acbc71dfc1537b502fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Tue, 28 Sep 2021 16:58:44 -0400 Subject: [PATCH] github: Drop 16.04 tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.2