Skip to content

Commit 5a9a9f5

Browse files
author
munrojm
committed
Fix mac env
1 parent af5d2bc commit 5a9a9f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
platforms: arm64
3030

31-
- name: Install SSL pycurl and packages
31+
- name: Install SSL
3232
if: runner.os == 'Linux'
3333
run: |
3434
sudo apt-get update || true
@@ -63,6 +63,8 @@ jobs:
6363
CIBW_BEFORE_ALL_LINUX: |
6464
curl https://sh.rustup.rs -sSf | sh -s -- -y
6565
CIBW_ENVIRONMENT_LINUX: 'PATH="$HOME/.cargo/bin:$PATH"'
66+
CIBW_ENVIRONMENT_MACOS: >
67+
MACOSX_DEPLOYMENT_TARGET=10.12
6668
# Make sure setuptools-rust is available in the build env
6769
CIBW_BEFORE_BUILD: "python -m pip install -U pip setuptools setuptools-rust wheel"
6870
# (Optional) If extra system deps, use CIBW_BEFORE_ALL_* hooks per OS.

0 commit comments

Comments
 (0)