Skip to content

Commit 94e5403

Browse files
authored
update macos image version, xcode, and simulator target (#481)
1 parent 1f32ca6 commit 94e5403

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci_build/azure_pipelines/mobile-examples-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1313
stages:
1414
- stage: ProcessParameters

ci_build/azure_pipelines/templates/xcode-build-and-test-step.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)