use iPhone 16 simulator for test

This commit is contained in:
edgchen1
2026-02-06 14:40:32 -08:00
parent 9705bd4aca
commit fdabcd0986
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@
# and OnnxRuntimeExtensions targets.
- script: |
set -e -x
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'
workingDirectory: "$(Build.SourcesDirectory)"
displayName: "Test Package.swift usage"