Skip to content

Commit

Permalink
update macos image version, xcode, and simulator target (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 authored Oct 14, 2024
1 parent 1f32ca6 commit 94e5403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci_build/azure_pipelines/mobile-examples-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
- name: AndroidTestAgentPool
value: "onnxruntime-Ubuntu2204-AMD-CPU"
- name: IosTestAgentVmImage
value: "macOS-12"
value: "macOS-14"

stages:
- stage: ProcessParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ steps:
xcWorkspacePath: '${{ parameters.xcWorkspacePath }}'
scheme: '${{ parameters.scheme }}'
xcodeVersion: 'specifyPath'
xcodeDeveloperDir: '/Applications/Xcode_14.2.app/Contents/Developer'
xcodeDeveloperDir: '/Applications/Xcode_15.4.app/Contents/Developer'
packageApp: false
destinationPlatformOption: 'iOS'
destinationTypeOption: 'simulators'
destinationSimulators: 'iPhone 8'
destinationSimulators: 'iPhone 15'
${{ if ne(parameters.args, '') }}:
args: ${{ parameters.args }}
displayName: "Xcode build and test"

0 comments on commit 94e5403

Please sign in to comment.