File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ variables:
88 - name : AndroidTestAgentPool
99 value : " onnxruntime-Ubuntu2204-AMD-CPU"
1010 - name : IosTestAgentVmImage
11- value : " macOS-12 "
11+ value : " macOS-14 "
1212
1313stages :
1414- stage : ProcessParameters
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ steps:
1616 xcWorkspacePath : ' ${{ parameters.xcWorkspacePath }}'
1717 scheme : ' ${{ parameters.scheme }}'
1818 xcodeVersion : ' specifyPath'
19- xcodeDeveloperDir : ' /Applications/Xcode_14.2 .app/Contents/Developer'
19+ xcodeDeveloperDir : ' /Applications/Xcode_15.4 .app/Contents/Developer'
2020 packageApp : false
2121 destinationPlatformOption : ' iOS'
2222 destinationTypeOption : ' simulators'
23- destinationSimulators : ' iPhone 8 '
23+ destinationSimulators : ' iPhone 15 '
2424 ${{ if ne(parameters.args, '') }} :
2525 args : ${{ parameters.args }}
2626 displayName : " Xcode build and test"
You can’t perform that action at this time.
0 commit comments