Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe4403b

Browse files
authored
Merge pull request #6183 from snyk/fix/min_macos_version
fix: Explicitly set minimum macos version
2 parents 6b1a0f7 + afdf268 commit fe4403b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,7 @@ jobs:
13171317
environment:
13181318
CC: << parameters.c_compiler >>
13191319
CGO_ENABLED: 1
1320+
MACOSX_DEPLOYMENT_TARGET: 13.0
13201321
command: make << parameters.make_target >> GOOS=<< parameters.go_target_os >> GOARCH=<< parameters.go_arch >>
13211322
- save_cache:
13221323
key: go-build-{{ arch }}-{{ checksum "cliv2/go.sum" }}

0 commit comments

Comments
 (0)