Skip to content

Commit 33752ee

Browse files
committedDec 14, 2020
apply correction also to release.yml
1 parent 988edd2 commit 33752ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ jobs:
7979

8080
- name: Build the Agent for macos
8181
env:
82-
MACOSX_DEPLOYMENT_TARGET: 10.9 # minimum supported version for mac
82+
MACOSX_DEPLOYMENT_TARGET: 10.12 # minimum supported version for mac
83+
CGO_CFLAGS: -mmacosx-version-min=10.12
84+
CGO_LDFLAGS: -mmacosx-version-min=10.12
8385
run: task build
8486
if: matrix.operating-system == 'macos-10.15'
8587

0 commit comments

Comments
 (0)