@@ -205,7 +205,7 @@ stages:
205205 # ##########
206206 - job : MacOSX
207207 pool :
208- vmImage : ' macOS-13 '
208+ vmImage : ' macOS-14 '
209209
210210 strategy :
211211 matrix :
@@ -256,7 +256,7 @@ stages:
256256 # #############################
257257 - job : MacOS_PPApiBuild
258258 pool :
259- vmImage : ' macOS-13 '
259+ vmImage : ' macOS-14 '
260260
261261 steps :
262262 # compiled as only one operator selected.
@@ -272,7 +272,7 @@ stages:
272272 # ############
273273 - job : MacOSPython
274274 pool :
275- vmImage : ' macOS-13 '
275+ vmImage : ' macOS-14 '
276276
277277 strategy :
278278 matrix :
@@ -379,7 +379,7 @@ stages:
379379
380380 - script : |
381381 call $(vsdevcmd)
382- call .\build.bat -DOCOS_ENABLE_CTEST=ON -DOCOS_ONNXRUNTIME_VERSION="$(ort.version)" -DONNXRUNTIME_PKG_DIR=.\onnxruntime-win-x64-$(ort.version)
382+ call .\build.bat -DOCOS_ENABLE_CTEST=ON -DOCOS_ONNXRUNTIME_VERSION="$(ort.version)" -DONNXRUNTIME_PKG_DIR=.\onnxruntime-win-x64-$(ort.version) -DOCOS_ENABLE_C_API=ON
383383 displayName: build the customop library with onnxruntime
384384
385385 - script : |
@@ -536,7 +536,7 @@ stages:
536536 call .\build.bat -T cuda="%CUDA_PATH%" -DOCOS_ENABLE_CTEST=ON^
537537 -DCMAKE_CUDA_FLAGS_INIT=-allow-unsupported-compiler^
538538 -DOCOS_USE_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES=70;86^
539- -DOCOS_ONNXRUNTIME_VERSION="$(ORT_VERSION)" -DONNXRUNTIME_PKG_DIR=.\onnxruntime-win-x64-gpu-$(ORT_VERSION)
539+ -DOCOS_ONNXRUNTIME_VERSION="$(ORT_VERSION)" -DONNXRUNTIME_PKG_DIR=.\onnxruntime-win-x64-gpu-$(ORT_VERSION) -DOCOS_ENABLE_C_API=ON
540540 displayName: build the customop library with onnxruntime
541541
542542 - script : |
@@ -722,7 +722,7 @@ stages:
722722 # ############
723723 - job : AndroidPackage_BuildOnly
724724 pool :
725- vmImage : ' macOS-13 '
725+ vmImage : ' macOS-14 '
726726 timeoutInMinutes : 120
727727 steps :
728728 - task : UsePythonVersion@0
@@ -757,7 +757,7 @@ stages:
757757
758758 - job : AndroidCpp_BuildOnly
759759 pool :
760- vmImage : ' macOS-13 '
760+ vmImage : ' macOS-14 '
761761 timeoutInMinutes : 45
762762 steps :
763763 - task : UsePythonVersion@0
@@ -796,7 +796,7 @@ stages:
796796 # ############
797797 - job : IosPackage
798798 pool :
799- vmImage : ' macOS-13 '
799+ vmImage : ' macOS-14 '
800800 timeoutInMinutes : 120
801801 steps :
802802 - template : templates/use-xcode-version.yml
@@ -822,7 +822,7 @@ stages:
822822 --output_dir $(Build.BinariesDirectory)/xcframework_out \
823823 --platform_arch iphonesimulator x86_64 \
824824 --config RelWithDebInfo \
825- --ios_deployment_target 13 .0 \
825+ --ios_deployment_target 15 .0 \
826826 -- \
827827 --enable_cxx_tests
828828 displayName: "Build xcframework for iphonesimulator x86_64"
@@ -847,7 +847,7 @@ stages:
847847 - script : |
848848 set -e
849849
850- SIMULATOR_DEVICE_INFO=$(python ./tools/ios/get_simulator_device_info.py)
850+ SIMULATOR_DEVICE_INFO=$(python ./tools/ios/get_simulator_device_info.py --requested-runtime-version 18.2 )
851851
852852 echo "Simulator device info:"
853853 echo "${SIMULATOR_DEVICE_INFO}"
0 commit comments