mirror of https://github.com/Hilbis/Hilbish
ci: dont build for macos for now
parent
ad6d3193ff
commit
a3abd4bc91
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
goos: [linux, windows, darwin]
|
||||
goos: [linux, windows]
|
||||
goarch: ["386", amd64, arm64]
|
||||
exclude:
|
||||
- goarch: "386"
|
||||
|
|
Loading…
Reference in New Issue