Skip to content

Commit 40673bd

Browse files
committed
Update goreleaser
1 parent badbe46 commit 40673bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ builds:
5353
main: ./cmd/unarr/unarr.go
5454
env:
5555
- CGO_ENABLED=1
56-
- CC=x86_64-apple-darwin21.4-clang
56+
- CC=x86_64-apple-darwin23.5-clang
5757
flags: *flags
5858
ldflags:
5959
- "-s -w"
@@ -67,7 +67,7 @@ builds:
6767
main: ./cmd/unarr/unarr.go
6868
env:
6969
- CGO_ENABLED=1
70-
- CC=aarch64-apple-darwin21.4-clang
70+
- CC=aarch64-apple-darwin23.5-clang
7171
flags: *flags
7272
ldflags:
7373
- "-s -w"

0 commit comments

Comments
 (0)