We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d461fd5 commit 8fda4f4Copy full SHA for 8fda4f4
.github/workflows/release.yml
@@ -76,6 +76,7 @@ jobs:
76
CIBW_ARCHS_MACOS: arm64, x86_64
77
CIBW_ARCHS_LINUX: auto64
78
CIBW_SKIP: pp*
79
+ MACOSX_DEPLOYMENT_TARGET: 14.0
80
- name: Build source distribution
81
if: runner.os == 'Linux' # Only release source under linux to avoid conflict
82
run: |
.goreleaser.yaml
@@ -13,6 +13,7 @@ universal_binaries:
13
builds:
14
- env:
15
- CGO_ENABLED=0
16
+ - MACOSX_DEPLOYMENT_TARGET=14.0
17
goos:
18
- linux
19
- darwin
0 commit comments