Bump minimum macOS to 10.13 High Sierra

This commit is contained in:
OatmealDome 2021-08-17 14:04:33 -04:00
parent 942545b7fc
commit e5a80995dc
4 changed files with 22 additions and 24 deletions

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.12.0",
"x86_64_mac_os_deployment_target": "10.13.0",
# CMake Generator to use for building
"generator": "Unix Makefiles",