Update MACOSX_DEPLOYMENT_TARGET (#23308)

Fix some inconsistency. 

All our iOS build should target iOS 15.1.
All our macOS desktop build should target macOS 13.3 to align with the
changes made in #17361
This commit is contained in:
Changming Sun 2025-01-10 14:25:32 -08:00 committed by adrianlizarraga
parent 7da8bf4707
commit cab2be3f4b
4 changed files with 4 additions and 4 deletions

View file

@ -105,7 +105,7 @@ jobs:
--use_xnnpack \
--use_binskim_compliant_compile_flags \
--ios \
--apple_deploy_target=13.0 \
--apple_deploy_target=15.1 \
--apple_sysroot=iphonesimulator \
--osx_arch=${{ matrix.target_arch }}

View file

@ -15,7 +15,7 @@ if ENV['SKIP_MACOS_TEST'] != 'true'
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
platform :osx, '11.0'
platform :osx, '13.3'
target 'macos_package_testUITests' do
inherit! :search_paths

View file

@ -24,7 +24,7 @@
],
"macosx": [
"--macos=MacOSX",
"--apple_deploy_target=11.0"
"--apple_deploy_target=13.3"
],
"iphoneos": [
"--ios",

View file

@ -33,7 +33,7 @@
],
"macosx": [
"--macos=MacOSX",
"--apple_deploy_target=11.0"
"--apple_deploy_target=13.3"
]
}
}