onnxruntime
onnxruntime copied to clipboard
Update pool to MacOS-13
Description
See https://github.com/microsoft/onnxruntime-extensions/pull/476 and https://github.com/actions/runner-images/issues/7671
Motivation and Context
Current issue
- [ ] Need to update the boost container header boost/container_hash/hash.hpp version
dependent
- [x] https://github.com/microsoft/onnxruntime/pull/21159
FYI, I ran into a build failure earlier when I tried this. https://github.com/microsoft/onnxruntime/pull/16618#issuecomment-1648737144
Please make sure the Android CI pipeline and ONNX Runtime React Native CI Pipeline could pass.
The "MacOS_C_API_Packaging_CPU_x86_64" build job still uses macOS-12.
- task: JavaToolInstaller@0
displayName: Use jdk 17
inputs:
versionSpec: '17'
jdkArchitectureOption: 'x64'
jdkSourceOption: 'PreInstalled'
Used to be working prior to 9/11/2024.
AB#48900