From 75e89a8a1c12d8064d59f964b77a125184b10cb6 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Sun, 7 Jul 2024 20:36:08 +0800 Subject: [PATCH] update as comments --- .../test/platform/apple/apple_package_test/Podfile.template | 2 +- tools/ci_build/github/azure-pipelines/post-merge-jobs.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/onnxruntime/test/platform/apple/apple_package_test/Podfile.template b/onnxruntime/test/platform/apple/apple_package_test/Podfile.template index 5342b788376cf..dd99e5104853f 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.0' + platform :osx, '11.0' target 'macos_package_testUITests' do inherit! :search_paths diff --git a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml index 558e85c44439b..d6a3fa3147a47 100644 --- a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml +++ b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml @@ -453,8 +453,7 @@ stages: python tools/ci_build/github/apple/test_apple_packages.py \ --framework_info_file "$(Build.BinariesDirectory)/ios_framework/xcframework_info.json" \ --c_framework_dir "$(Build.BinariesDirectory)/ios_framework/framework_out" \ - --variant Full \ - --skip_macos_test + --variant Full displayName: "Test pod with iOS framework" - stage: IosMinimalTrainingBuild