Skip to content

Commit 4d3fbee

Browse files
committed
fix: remove darwin build
1 parent 0b54c48 commit 4d3fbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
12-
goos: [linux, darwin]
12+
goos: [linux, windows]
1313
goarch: [amd64]
1414
# goarch: ['386', amd64]
1515
# exclude:

0 commit comments

Comments
 (0)