Skip to content

Commit e847908

Browse files
committed
Update maturin macOS deployment target to 10.12
``` warning: deployment target in MACOSX_DEPLOYMENT_TARGET was set to 10.9, but the minimum supported by `rustc` is 10.12 warning: `maturin` (lib) generated 1 warning ```
1 parent 060e210 commit e847908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: matrix.target == 'x86_64-apple-darwin'
9898
env:
9999
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
100-
MACOSX_DEPLOYMENT_TARGET: "10.9"
100+
MACOSX_DEPLOYMENT_TARGET: "10.12"
101101
run: |
102102
# set SDKROOT for C dependencies like ring and bzip2
103103
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)

0 commit comments

Comments
 (0)