From 8b9ea7cfc49a3ddede4dcd9583e734e45ed27a02 Mon Sep 17 00:00:00 2001 From: Alex <46286597+Alex-R-31@users.noreply.github.com> Date: Mon, 12 Apr 2021 21:17:37 +0100 Subject: [PATCH] drop automatic darwin build --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cfc1c7..bba955e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/386, darwin/amd64 - goos: [linux, windows, darwin] + # build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64 + goos: [linux, windows] goarch: ["386", amd64] steps: - uses: actions/checkout@v2