Skip to content

Commit ebfbf5c

Browse files
committed
add min macos version
1 parent aa6e139 commit ebfbf5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python_packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
runs-on: macos-14
155155
env:
156156
SQLite3_ROOT: /opt/homebrew/opt/sqlite
157+
MACOSX_DEPLOYMENT_TARGET: 14.0
157158
CIBW_SKIP: cp27-* cp35-* cp36-*
158159
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
159160

@@ -185,6 +186,7 @@ jobs:
185186
runs-on: macos-13
186187
env:
187188
SQLite3_ROOT: /usr/local/opt/sqlite
189+
MACOSX_DEPLOYMENT_TARGET: 13.0
188190
CIBW_SKIP: cp27-* cp35-* cp36-*
189191
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
190192

0 commit comments

Comments
 (0)