onnxruntime/tools/ci_build/github/azure-pipelines/nodejs/templates/test_macos.yml
Jian Chen b4fe98ac2e
Update to MacOS-12 (#14924)
### Description
<!-- Describe your changes. -->


Update to MacOS-12
### Motivation and Context

Fixed
[AB#13233](https://aiinfra.visualstudio.com/6a833879-cd9b-44a4-a9de-adc2d818f13c/_workitems/edit/13233)
2023-03-09 10:18:14 -08:00

18 lines
351 B
YAML

parameters:
JobSuffix: ''
jobs:
- job: Nodejs_Test_${{ parameters.JobSuffix }}
workspace:
clean: all
timeoutInMinutes: 120
pool:
vmImage: 'macOS-12'
dependsOn:
- Nodejs_Packaging_CPU
condition: succeeded()
variables:
- name: OnnxRuntimeBuildDirectory
value: '$(Build.BinariesDirectory)'
steps:
- template: test.yml