onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

Update pool to MacOS-13

Open jchen351 opened this issue 2 years ago • 3 comments

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

jchen351 avatar Aug 30 '23 23:08 jchen351

FYI, I ran into a build failure earlier when I tried this. https://github.com/microsoft/onnxruntime/pull/16618#issuecomment-1648737144

edgchen1 avatar Aug 31 '23 00:08 edgchen1

Please make sure the Android CI pipeline and ONNX Runtime React Native CI Pipeline could pass.

snnn avatar Jun 24 '24 05:06 snnn

The "MacOS_C_API_Packaging_CPU_x86_64" build job still uses macOS-12.

snnn avatar Jun 24 '24 20:06 snnn

- task: JavaToolInstaller@0
  displayName: Use jdk 17
  inputs:
    versionSpec: '17'
    jdkArchitectureOption: 'x64'
    jdkSourceOption: 'PreInstalled'

Used to be working prior to 9/11/2024.

jchen351 avatar Sep 11 '24 21:09 jchen351

AB#48900

jchen351 avatar Sep 17 '24 17:09 jchen351