Skip to content

Commit 8c73a1b

Browse files
committed
ci: comment out macOS builds for now
1 parent ab9dfba commit 8c73a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
matrix:
22
rows:
3-
- { goos: darwin, goarch: arm64, platform: osx-aarch_64 }
4-
- { goos: darwin, goarch: amd64, platform: osx-x86_64 }
3+
# - { goos: darwin, goarch: arm64, platform: osx-aarch_64 }
4+
# - { goos: darwin, goarch: amd64, platform: osx-x86_64 }
55
- { goos: linux, goarch: arm64, platform: linux-aarch_64 }
66
- { goos: linux, goarch: amd64, platform: linux-x86_64 }
77
- { goos: windows, goarch: arm64, platform: windows-aarch_64 }

0 commit comments

Comments
 (0)