From e22a9a69b13d4c402ef6972050d04889f21c529d Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Fri, 8 Jan 2021 22:29:19 +0100 Subject: [PATCH] CICD: Build: Stop building on Ubuntu 16.04 End-of-life is in three months, and we already do the same build on Ubuntu 18.04. --- .github/workflows/CICD.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 4847badf..5b745f25 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -87,9 +87,8 @@ jobs: - { os: ubuntu-18.04 , target: aarch64-unknown-linux-gnu , use-cross: true } - { os: ubuntu-18.04 , target: i686-unknown-linux-gnu , use-cross: true } - { os: ubuntu-18.04 , target: i686-unknown-linux-musl , use-cross: true } - - { os: ubuntu-18.04 , target: x86_64-unknown-linux-gnu , disable-deploy: true } ## deployed from ubuntu-16.04 + - { os: ubuntu-18.04 , target: x86_64-unknown-linux-gnu } - { os: ubuntu-18.04 , target: x86_64-unknown-linux-musl , use-cross: true } - - { os: ubuntu-16.04 , target: x86_64-unknown-linux-gnu } - { os: macos-latest , target: x86_64-apple-darwin } # - { os: windows-latest , target: i686-pc-windows-gnu } ## disabled; error: linker `i686-w64-mingw32-gcc` not found - { os: windows-latest , target: i686-pc-windows-msvc } @@ -347,7 +346,7 @@ jobs: fi - name: Publish archives and packages uses: softprops/action-gh-release@v1 - if: steps.vars.outputs.DEPLOY && !matrix.job.disable-deploy + if: steps.vars.outputs.DEPLOY with: files: | ${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_NAME }}