Skip to content

Commit 71c5044

Browse files
snnngedoensmax
authored andcommitted
Update Podfile.template: update macOS target version from 13.3 to 13.4 (microsoft#25699)
### Description This change should be included in PR microsoft#25616. I missed it. ### Motivation and Context Currently our iOS packaging pipeline is failing because of this.
1 parent 97fa536 commit 71c5044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/test/platform/apple/apple_package_test/Podfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if ENV['SKIP_MACOS_TEST'] != 'true'
1515
# Comment the next line if you don't want to use dynamic frameworks
1616
use_frameworks!
1717

18-
platform :osx, '13.3'
18+
platform :osx, '13.4'
1919

2020
target 'macos_package_testUITests' do
2121
inherit! :search_paths

0 commit comments

Comments
 (0)