Skip to content

Commit aafaf58

Browse files
committed
Reduce GitHub Actions OS matrix
1 parent 87db22f commit aafaf58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [windows-2016, windows-2019, macos-10.15, ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
13+
os: [windows-2019, macos-10.15, ubuntu-20.04]
1414
env:
1515
BUILD_TYPE: Release
1616
steps:
@@ -58,4 +58,4 @@ jobs:
5858
prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') || contains(github.ref, '-pre') }}
5959
files: ${{ github.event.repository.name }}-${{ steps.osname.outputs.lowercase }}.zip
6060
env:
61-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)