Skip to content

Commit 5c0e377

Browse files
authored
Trying a different way to set the MacOS deployment target env var
1 parent 147ab63 commit 5c0e377

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
env:
99
PYTHONUTF8: 1
10+
MACOSX_DEPLOYMENT_TARGET: 10_15
1011

1112
jobs:
1213
build:
@@ -89,8 +90,6 @@ jobs:
8990
9091
- name: Conda-only Build
9192
shell: bash -l {0}
92-
env:
93-
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
9493
if: ${{ matrix.os != 'ubuntu-20.04' }}
9594
run: |
9695
python -m build --no-isolation --wheel

0 commit comments

Comments
 (0)