We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release.yml
1 parent 988edd2 commit 33752eeCopy full SHA for 33752ee
.github/workflows/release.yml
@@ -79,7 +79,9 @@ jobs:
79
80
- name: Build the Agent for macos
81
env:
82
- MACOSX_DEPLOYMENT_TARGET: 10.9 # minimum supported version for mac
+ 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
85
run: task build
86
if: matrix.operating-system == 'macos-10.15'
87
0 commit comments