mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-22 00:46:35 +00:00
fix: build mac binary with correct minimum macos version (#1316)
This commit is contained in:
@@ -199,6 +199,8 @@ jobs:
|
||||
- name: Build binary
|
||||
env:
|
||||
CGO_ENABLED: "1"
|
||||
CGO_CFLAGS: "-mmacosx-version-min=12"
|
||||
CGO_LDFLAGS: "-mmacosx-version-min=12"
|
||||
GOARCH: ${{ matrix.goarch }}
|
||||
run: |
|
||||
go build -tags tray \
|
||||
|
||||
Reference in New Issue
Block a user