Skip to content

Commit 4bc898d

Browse files
committed
chore(ci): set osx deployment target
To avoid ambiguity, setting the macOS deployment target explicitly. Signed-off-by: JP-Ellis <[email protected]>
1 parent aac1897 commit 4bc898d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ jobs:
9797
echo "build=*" >> "$GITHUB_OUTPUT"
9898
fi
9999
100+
- name: Set macOS deployment target
101+
if: startsWith(matrix.os, 'macos-')
102+
run: |
103+
echo "MACOSX_DEPLOYMENT_TARGET=10.12" >> "$GITHUB_ENV"
104+
100105
- name: Create wheels
101106
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
102107
env:

0 commit comments

Comments
 (0)