Skip to content

Commit

Permalink
ci: do not build for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
fsrv-xyz committed Nov 7, 2022
1 parent d5f5df2 commit efa4090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GOARCH: ${{ matrix.goarch }}
strategy:
matrix:
goos: [linux, darwin, freebsd]
goos: [linux, freebsd]
goarch: [amd64, arm64]
steps:
- name: Checkout
Expand Down

0 comments on commit efa4090

Please sign in to comment.