From b4291c0ce406d6918941380c3f7db47347318494 Mon Sep 17 00:00:00 2001 From: edgchen1 <18449977+edgchen1@users.noreply.github.com> Date: Tue, 24 Feb 2026 18:08:50 -0800 Subject: [PATCH] fix platform value --- .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 0f81c00..08d4bfd 100644 --- a/.pipelines/templates/main.yml +++ b/.pipelines/templates/main.yml @@ -38,7 +38,7 @@ jobs: export ORT_POD_LOCAL_PATH="swift/${POD_ARCHIVE}" xcodebuild test -scheme onnxruntime-Package -destination 'platform=iOS Simulator,name=iPhone 16' - xcodebuild test -scheme onnxruntime-Package -destination 'platform=macosx' + xcodebuild test -scheme onnxruntime-Package -destination 'platform=macOS' rm swift/pod-archive-onnxruntime-c-*.zip workingDirectory: "$(Build.SourcesDirectory)"