mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
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:
parent
7da8bf4707
commit
cab2be3f4b
4 changed files with 4 additions and 4 deletions
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
],
|
||||
"macosx": [
|
||||
"--macos=MacOSX",
|
||||
"--apple_deploy_target=11.0"
|
||||
"--apple_deploy_target=13.3"
|
||||
],
|
||||
"iphoneos": [
|
||||
"--ios",
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
],
|
||||
"macosx": [
|
||||
"--macos=MacOSX",
|
||||
"--apple_deploy_target=11.0"
|
||||
"--apple_deploy_target=13.3"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue