From 5f89dd0465ecd2b007239660a2257e44fa114c79 Mon Sep 17 00:00:00 2001 From: githubuser0xFFFF Date: Tue, 5 Oct 2021 06:56:51 +0200 Subject: [PATCH] Update linux-builds.yml Removed ubuntu 16.04 from GitHub workflow because it is not supported by GitHUb any longer --- .github/workflows/linux-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-builds.yml b/.github/workflows/linux-builds.yml index a75cb3e..f3e2492 100644 --- a/.github/workflows/linux-builds.yml +++ b/.github/workflows/linux-builds.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, ubuntu-18.04, ubuntu-16.04] + os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04] runs-on: ${{ matrix.os }}