Skip to content

Commit 606c55e

Browse files
authored
Merge pull request google#1154 from BLKSerene/master
Add support for macOS >= 10.13
2 parents b29de7d + 6710c80 commit 606c55e

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)