From 4ec6a36a11764d774bf1ad9925385abb85043467 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Wed, 16 Jul 2025 22:40:53 -0700 Subject: [PATCH] Update main.yml --- .pipelines/templates/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/templates/main.yml b/.pipelines/templates/main.yml index 54c328f..0f81c00 100644 --- a/.pipelines/templates/main.yml +++ b/.pipelines/templates/main.yml @@ -36,7 +36,7 @@ jobs: cd "$(Build.SourcesDirectory)" cp "$(Build.ArtifactStagingDirectory)/${{ parameters.artifactName }}/${POD_ARCHIVE}" swift/ export ORT_POD_LOCAL_PATH="swift/${POD_ARCHIVE}" - xcodebuild test -scheme onnxruntime-Package -destination 'platform=iOS Simulator,name=iPhone 14' + xcodebuild test -scheme onnxruntime-Package -destination 'platform=iOS Simulator,name=iPhone 16' xcodebuild test -scheme onnxruntime-Package -destination 'platform=macosx'