Skip to content

Commit 4f65963

Browse files
luong-komorebiactions-user
authored andcommitted
feat: narrow down mac os x deployment MACOSX_DEPLOYMENT_TARGET
PyO3/maturin#1804 GitOrigin-RevId: 15e00bf
1 parent f5668a6 commit 4f65963

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[env]
2+
MACOSX_DEPLOYMENT_TARGET = "11.0"

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "docs/**"
99
env:
1010
CARGO_TERM_COLOR: always
11+
MACOSX_DEPLOYMENT_TARGET: "11.0"
1112

1213
jobs:
1314
changesets:

0 commit comments

Comments
 (0)