Skip to content

Commit

Permalink
drop automatic darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
Skye-31 authored Apr 12, 2021
1 parent e4f4753 commit 8b9ea7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b9ea7c

Please sign in to comment.