Skip to content

Commit 988edd2

Browse files
committed
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

+3-1
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)