Skip to content

Commit ac29414

Browse files
committed
MACOSX_DEPLOYMENT_TARGET: 14.0/15.0
libcrypto.3.dylib and libssl.3.dylib pull this up
1 parent db112a5 commit ac29414

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- os: macos-15-intel
4444
arch: "x86_64"
4545
env:
46-
MACOSX_DEPLOYMENT_TARGET: 11.0
46+
MACOSX_DEPLOYMENT_TARGET: 15.0
4747

4848
# Apple Silicon M1/arm64/aarch64 builds:
4949
# https://cibuildwheel.readthedocs.io/en/stable/faq/#apple-silicon
@@ -52,7 +52,7 @@ jobs:
5252
arch: "arm64"
5353
env:
5454
CMAKE_OSX_ARCHITECTURES: "arm64"
55-
MACOSX_DEPLOYMENT_TARGET: 11.0
55+
MACOSX_DEPLOYMENT_TARGET: 14.0
5656

5757
# Apple universal builds that contain x86-64 and arm64 binary code
5858
# Needs extra treatment of all librarys that are not CMake
@@ -64,7 +64,7 @@ jobs:
6464
# arch: "universal2"
6565
# env:
6666
# CMAKE_OSX_ARCHITECTURES: "arm64;x86_64"
67-
# MACOSX_DEPLOYMENT_TARGET: 11.0
67+
# MACOSX_DEPLOYMENT_TARGET: 14.0
6868

6969
steps:
7070
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)