-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade current MacOS-13 to 14 #23293
Conversation
# Conflicts: # js/react_native/e2e/ios/Podfile # js/react_native/ios/Podfile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can commit the suggested changes from lintrunner.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can commit the suggested changes from lintrunner.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR might need to update the RN to 0.73.x so we can get the updated boost. Current boost is using a deprecated syntax that was eventually removed from C++17
|
# Conflicts: # .github/workflows/mac.yml # js/react_native/e2e/ios/OnnxruntimeModuleExample.xcodeproj/project.pbxproj # js/react_native/e2e/ios/Podfile # js/react_native/ios/OnnxruntimeModule.xcodeproj/project.pbxproj # js/react_native/ios/Podfile # tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml # tools/ci_build/github/azure-pipelines/templates/android-java-api-aar-test.yml # tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml # tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml
…OWED >= 130000 && __IPHONE_OS_VERSION_MAX_ALLOWED >= 160000)
# Conflicts: # tools/ci_build/github/azure-pipelines/mac-coreml-ci-pipeline.yml # tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml # tools/ci_build/github/azure-pipelines/stages/py-cpu-packaging-stage.yml # tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml
…_COREML8_OR_LATER
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can commit the suggested changes from lintrunner.
onnxruntime/core/providers/coreml/builders/impl/base_op_builder.cc
Outdated
Show resolved
Hide resolved
onnxruntime/core/providers/coreml/builders/impl/base_op_builder.cc
Outdated
Show resolved
Hide resolved
Please also help us upgrade the Gtihub Action pipelines to MacOS 14. |
Description
Upgrade current MacOS-13 to 14
Motivation and Context