Skip to content

Commit 6710c80

Browse files
committed
Add support for macOS >= 10.13
1 parent f91c639 commit 6710c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
cmake -B build -DSPM_ENABLE_SHARED=OFF -DSPM_DISABLE_EMBEDDED_DATA=ON -DCMAKE_INSTALL_PREFIX=build/root
5656
cmake --build build --config Release --target install --parallel 8
5757
env:
58+
MACOSX_DEPLOYMENT_TARGET: 10.13
5859
CMAKE_OSX_ARCHITECTURES: arm64;x86_64
5960

6061
- name: Install cibuildwheel

0 commit comments

Comments
 (0)