mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-25 22:26:24 +00:00
- Fix flatbuffers flatc warning, unused-but-set-variable. - Address `-Wshorten-64-to-32` warnings (fix in our code, allow in dependencies' code). - Update CI builds to use Xcode 14.3. - Update minimum iOS version to 12.0. - Update Mac hosted agents to MacOS 13 where possible.
20 lines
402 B
YAML
20 lines
402 B
YAML
parameters:
|
|
StageSuffix: ''
|
|
stages:
|
|
- stage: Nodejs_Test_MacOS_${{ parameters.StageSuffix }}
|
|
dependsOn:
|
|
- Nodejs_Packaging_CPU
|
|
condition: succeeded()
|
|
jobs:
|
|
- job:
|
|
workspace:
|
|
clean: all
|
|
timeoutInMinutes: 120
|
|
pool:
|
|
vmImage: 'macOS-13'
|
|
|
|
variables:
|
|
- name: OnnxRuntimeBuildDirectory
|
|
value: '$(Build.BinariesDirectory)'
|
|
steps:
|
|
- template: test.yml
|