onnxruntime/tools/ci_build/github/azure-pipelines/templates
Changming Sun 3dd6fcc089
Upgrade min ios version to 13.0 (#20773)
To align with Office and other MS products.
Office's support policy is:
"Office for iPad and iPhone is supported on the two most recent versions
of iOS and iPadOS. When a new version of iOS or iPadOS is released, the
Office Operating System requirement becomes the two most recent
versions: the new version of iOS or iPadOS and the previous version."
(from https://products.office.com/office-system-requirements)

The latest iOS version is 17. So they support both 17 and 16. Here I set
our min iOS version to 13 so that it will be a superset of what Office
supports.

This change would allow us using C++17's std::filesystem feature in the
core framework. The modifications were generated by running
```bash
 find . -type f -exec sed -i "s/apple_deploy_target[ =]12.0/apple_deploy_target=13.0/g"  {} \;
```

Cannot use 15.0 because otherwise iOS packaging would fail with:

```
/Users/runner/work/1/b/apple_framework/intermediates/iphoneos_arm64/Release/_deps/coremltools-src/mlmodel/src/MILBlob/Util/Span.hpp:288:9: error: cannot use 'throw' with exceptions disabled
        MILVerifyIsTrue(index < Size(), std::range_error, "index out of bounds");
```

The Google OSS libraries we use only officially support iOS 15+.
2024-06-04 10:15:20 -07:00
..
jobs Migrate training storage from SAS to managed identity (#20618) 2024-05-09 15:44:29 -07:00
stages Upgrade min ios version to 13.0 (#20773) 2024-06-04 10:15:20 -07:00
android-binary-size-check-stage.yml Update training packaging pipeline's docker files (#20853) 2024-05-30 23:48:42 -07:00
android-dump-logs-from-steps.yml
android-java-api-aar-test.yml
android-java-api-aar.yml Update training packaging pipeline's docker files (#20853) 2024-05-30 23:48:42 -07:00
build-linux-wasm-step.yml
c-api-artifacts-package-and-publish-steps-posix.yml
c-api-artifacts-package-and-publish-steps-windows.yml
c-api-cpu.yml Fix Nuget Cuda pipeline package pipeline (#20741) 2024-05-24 09:15:57 -07:00
c-api-linux-cpu.yml Remove manylinux build scripts from python packaging pipeline (#20786) 2024-05-24 08:18:22 -07:00
check-cache-stats.yml
check_test_result.yml
clean-agent-build-directory-step.yml
common-variables.yml
compliance.yml
component-governance-component-detection-steps.yml Component Governance fix round 5 (#20905) 2024-06-03 14:22:22 -07:00
download-deps.yml Update RE2 to the latest (#20775) 2024-05-23 14:30:15 -07:00
esrp_nuget.yml
explicitly-defined-final-tasks.yml
final-jar-testing.yml
flex-downloadPipelineArtifact.yml
get-docker-image-steps.yml Update training packaging pipeline's docker files (#20853) 2024-05-30 23:48:42 -07:00
install-appcenter.yml
java-api-artifacts-package-and-publish-steps-posix.yml
linux-build-step-with-cache.yml
linux-ci.yml
linux-cpu-packaging-pipeline.yml
linux-wasm-ci.yml [js/web] optimize module export and deployment (#20165) 2024-05-20 09:51:16 -07:00
linux-web-init-and-check.yml
mac-build-step-with-cache.yml
mac-cpu-packaging-pipeline.yml
mac-cpu-packaging-steps.yml
mac-cpu-packing-jobs.yml Remove manylinux build scripts from python packaging pipeline (#20786) 2024-05-24 08:18:22 -07:00
mac-esrp-dylib.yml
make_java_win_binaries.yml Split java's gradle build and test (#20817) 2024-06-03 14:08:45 -07:00
nodejs-artifacts-package-and-publish-steps-posix.yml
nodejs-artifacts-package-and-publish-steps-windows.yml
ondevice-training-cpu-packaging-pipeline.yml
orttraining-linux-gpu-test-ci-pipeline.yml Migrate training storage from SAS to managed identity (#20618) 2024-05-09 15:44:29 -07:00
py-linux-gpu.yml Remove manylinux build scripts from python packaging pipeline (#20786) 2024-05-24 08:18:22 -07:00
py-linux.yml Remove manylinux build scripts from python packaging pipeline (#20786) 2024-05-24 08:18:22 -07:00
py-package-smoking-test.yml
py-packaging-linux-test-cpu.yml Remove manylinux build scripts from python packaging pipeline (#20786) 2024-05-24 08:18:22 -07:00
py-packaging-linux-test-cuda.yml Remove manylinux build scripts from python packaging pipeline (#20786) 2024-05-24 08:18:22 -07:00
py-packaging-selectable-stage.yml [TensorRT EP] support TensorRT 10-GA (#20506) 2024-05-01 11:10:53 -07:00
py-packaging-stage.yml Upgrade GCC and remove the dependency on GCC8's experimental std::filesystem implementation (#20893) 2024-06-03 10:14:08 -07:00
py-packaging-training-cuda-stage-steps.yml Update training packaging pipeline's docker files (#20853) 2024-05-30 23:48:42 -07:00
py-packaging-training-cuda-stage.yml Reuse T4 for Cuda12.2 training packaging pipeline. (#20244) 2024-04-10 09:21:40 +08:00
py-win-arm64-qnn.yml [qnn ep] sign onnxruntime.dll/pyd for qnn packages (#20634) 2024-05-09 20:45:44 -07:00
py-win-gpu.yml [TensorRT EP] support TensorRT 10-GA (#20506) 2024-05-01 11:10:53 -07:00
py-win-x64-qnn.yml [qnn ep] sign onnxruntime.dll/pyd for qnn packages (#20634) 2024-05-09 20:45:44 -07:00
qnn-ep-win.yml Enable Qnn nuget nightly (#20662) 2024-05-13 21:28:43 -07:00
react-native-ci.yml Address React Native pipeline component detection timeout (#20871) 2024-05-30 16:37:03 -07:00
rocm.yml Update training packaging pipeline's docker files (#20853) 2024-05-30 23:48:42 -07:00
run-docker-build-steps.yml
set-nightly-build-option-variable-step.yml
set-python-manylinux-variables-step.yml
set-version-number-variables-step.yml
telemetry-steps.yml
upload-code-coverage-data.yml
use-android-emulator.yml
use-android-ndk.yml
use-xcode-version.yml
validate-package.yml
web-browserstack-ci.yml [js/web] optimize module export and deployment (#20165) 2024-05-20 09:51:16 -07:00
web-ci.yml [js/web] optimize module export and deployment (#20165) 2024-05-20 09:51:16 -07:00
win-ci.yml Split java's gradle build and test (#20817) 2024-06-03 14:08:45 -07:00
win-esrp-dll.yml
win-wasm-ci.yml [js/web] optimize module export and deployment (#20165) 2024-05-20 09:51:16 -07:00
win-web-ci.yml [js/web] optimize module export and deployment (#20165) 2024-05-20 09:51:16 -07:00
win-web-multi-browsers.yml [js/web] optimize module export and deployment (#20165) 2024-05-20 09:51:16 -07:00
with-container-registry-steps.yml