mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
### 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)
18 lines
351 B
YAML
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
|