Skip to content

Commit 8fda4f4

Browse files
authored
chore: align the macOS minimal target version (#2051)
Signed-off-by: Keming <kemingyang@tensorchord.ai>
1 parent d461fd5 commit 8fda4f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
CIBW_ARCHS_MACOS: arm64, x86_64
7777
CIBW_ARCHS_LINUX: auto64
7878
CIBW_SKIP: pp*
79+
MACOSX_DEPLOYMENT_TARGET: 14.0
7980
- name: Build source distribution
8081
if: runner.os == 'Linux' # Only release source under linux to avoid conflict
8182
run: |

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ universal_binaries:
1313
builds:
1414
- env:
1515
- CGO_ENABLED=0
16+
- MACOSX_DEPLOYMENT_TARGET=14.0
1617
goos:
1718
- linux
1819
- darwin

0 commit comments

Comments
 (0)