BuildMacOSUniversalBinary: Bump minimum macOS to 10.14

This commit is contained in:
OatmealDome 2022-06-01 22:46:12 -04:00
parent 70bf89fa59
commit db8bd8a726

View file

@ -64,7 +64,7 @@ DEFAULT_CONFIG = {
# Minimum macOS version for each architecture slice
"arm64_mac_os_deployment_target": "11.0.0",
"x86_64_mac_os_deployment_target": "10.13.0",
"x86_64_mac_os_deployment_target": "10.14.0",
# CMake Generator to use for building
"generator": "Unix Makefiles",