summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-01-08 22:29:19 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-09 08:30:54 +0100
commite22a9a69b13d4c402ef6972050d04889f21c529d (patch)
tree63a24587b9123d2f00622f71bf016b15b0713093 /.github
parent59f9adc70610a7a30f5c267f2f8f7816e21b1f09 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml5
1 files 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 }}