macOS: bump minimum version (#1690)

This commit is contained in:
SamoZ256 2025-09-20 00:54:24 +02:00 committed by GitHub
parent 492116a6ba
commit 3c1f920d6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@ endif()
if (APPLE)
enable_language(OBJC OBJCXX)
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0")
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.4")
endif()
if (UNIX AND NOT APPLE)