From aafaf58c70a278ee7270866306e89046969d6dbf Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Sat, 28 Aug 2021 13:50:24 +0200 Subject: [PATCH] Reduce GitHub Actions OS matrix --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ee49e9..1bb6e3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2016, windows-2019, macos-10.15, ubuntu-16.04, ubuntu-18.04, ubuntu-20.04] + os: [windows-2019, macos-10.15, ubuntu-20.04] env: BUILD_TYPE: Release steps: @@ -58,4 +58,4 @@ jobs: prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') || contains(github.ref, '-pre') }} files: ${{ github.event.repository.name }}-${{ steps.osname.outputs.lowercase }}.zip env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}