Skip to content

Commit ab922e6

Browse files
committed
chore: remove macosx deployment target
Signed-off-by: JP-Ellis <[email protected]>
1 parent 837a14b commit ab922e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-cli.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@ jobs:
109109
echo "build=*" >> "$GITHUB_OUTPUT"
110110
fi
111111
112-
- name: Set macOS deployment target
113-
if: startsWith(matrix.os, 'macos-')
114-
run: |
115-
echo "MACOSX_DEPLOYMENT_TARGET=10.13" >> "$GITHUB_ENV"
116-
117112
- name: Create wheels
118113
uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
119114
with:

0 commit comments

Comments
 (0)