Skip to content

Commit fc087d8

Browse files
authored
Update inferencing.md with correct minimum macOS version. (#24863)
Correct out of date minimum macOS version. Since v 1.21.0 macOS 13.3 is the minimum deployment target https://github.com/microsoft/onnxruntime/releases/tag/v1.21.0 ### Description Corrected out of date documentation ### Motivation and Context It's confusing if the docs are not kept up to date
1 parent 2be7202 commit fc087d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/inferencing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Please make sure your python interpreter is a 64-bit Windows application. We no
7777

7878
#### macOS
7979

80-
By default, ONNX Runtime is configured to be built for a minimum target macOS version of 10.12.
81-
The shared library in the release Nuget(s) and the Python wheel may be installed on macOS versions of 10.12+.
80+
By default, ONNX Runtime is configured to be built for a minimum target macOS version of 13.3.
81+
The shared library in the release Nuget(s) and the Python wheel may be installed on macOS versions of 13.3+.
8282

8383
If you would like to use [Xcode](https://developer.apple.com/xcode/) to build the onnxruntime for x86_64 macOS, please add the `--use_xcode` argument in the command line.
8484

0 commit comments

Comments
 (0)