From 90656cd57cbef57f7b48a03a87eb9d4e6b5e7eb9 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Fri, 8 Aug 2025 06:06:52 -0700 Subject: [PATCH] Update Podfile.template --- .../test/platform/apple/apple_package_test/Podfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/test/platform/apple/apple_package_test/Podfile.template b/onnxruntime/test/platform/apple/apple_package_test/Podfile.template index 9abec2242502f..b6b8b8aa02a51 100644 --- a/onnxruntime/test/platform/apple/apple_package_test/Podfile.template +++ b/onnxruntime/test/platform/apple/apple_package_test/Podfile.template @@ -15,7 +15,7 @@ if ENV['SKIP_MACOS_TEST'] != 'true' # Comment the next line if you don't want to use dynamic frameworks use_frameworks! - platform :osx, '13.3' + platform :osx, '13.4' target 'macos_package_testUITests' do inherit! :search_paths