build: don't specify macos SDK any more as default is good enough #5951

This fixes the build, in particular the error:

    Failed to run ["xcrun" "--sdk" "macosx11.1" "--show-sdk-path"]: exit status 1
This commit is contained in:
Nick Craig-Wood 2022-01-26 17:55:38 +00:00
parent 83b6b62c1b
commit 4bd2386632
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
os: macOS-latest
go: '1.17.x'
gotags: 'cmount'
build_flags: '-include "^darwin/arm64" -cgo -macos-arch arm64 -macos-sdk macosx11.1 -cgo-cflags=-I/usr/local/include -cgo-ldflags=-L/usr/local/lib'
build_flags: '-include "^darwin/arm64" -cgo -macos-arch arm64 -cgo-cflags=-I/usr/local/include -cgo-ldflags=-L/usr/local/lib'
deploy: true
- job_name: windows_amd64