File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424 - name : Install Go
2525 uses : actions/setup-go@v2
2626 with :
27- go-version : " 1.15 "
27+ go-version : " 1.14 "
2828
2929 # dependencies used for compiling the GUI
3030 - name : Install Dependencies (Linux)
8888
8989 - name : Build the Agent for macos
9090 env :
91- MACOSX_DEPLOYMENT_TARGET : 10.12 # minimum supported version for mac
92- CGO_CFLAGS : -mmacosx-version-min=10.12
93- CGO_LDFLAGS : -mmacosx-version-min=10.12
91+ MACOSX_DEPLOYMENT_TARGET : 10.11 # minimum supported version for mac
92+ CGO_CFLAGS : -mmacosx-version-min=10.11
93+ CGO_LDFLAGS : -mmacosx-version-min=10.11
9494 run : task build
9595 if : matrix.operating-system == 'macos-10.15'
9696
Original file line number Diff line number Diff line change 2121 - name : Install Go
2222 uses : actions/setup-go@v2
2323 with :
24- go-version : " 1.15 "
24+ go-version : " 1.14 "
2525
2626 # dependencies used for compiling the GUI
2727 - name : Install Dependencies (Linux)
8585
8686 - name : Build the Agent for macos
8787 env :
88- MACOSX_DEPLOYMENT_TARGET : 10.12 # minimum supported version for mac
89- CGO_CFLAGS : -mmacosx-version-min=10.12
90- CGO_LDFLAGS : -mmacosx-version-min=10.12
88+ MACOSX_DEPLOYMENT_TARGET : 10.11 # minimum supported version for mac
89+ CGO_CFLAGS : -mmacosx-version-min=10.11
90+ CGO_LDFLAGS : -mmacosx-version-min=10.11
9191 run : task build
9292 if : matrix.operating-system == 'macos-10.15'
9393
You can’t perform that action at this time.
0 commit comments