Skip to content

Commit

Permalink
update as comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Jul 7, 2024
1 parent 3068992 commit 75e89a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions tools/ci_build/github/azure-pipelines/post-merge-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75e89a8

Please sign in to comment.