Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 988edd2

Browse files
committedDec 14, 2020
apply corrections from code review
1 parent af427c5 commit 988edd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ jobs:
7676

7777
- name: Build the Agent for macos
7878
env:
79-
MACOSX_DEPLOYMENT_TARGET: 10.9 # minimum supported version for mac
79+
MACOSX_DEPLOYMENT_TARGET: 10.12 # minimum supported version for mac
80+
CGO_CFLAGS: -mmacosx-version-min=10.12
81+
CGO_LDFLAGS: -mmacosx-version-min=10.12
8082
run: task build
8183
if: matrix.operating-system == 'macos-10.15'
8284

0 commit comments

Comments
 (0)
Please sign in to comment.