mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
update xcode version
This commit is contained in:
parent
a494b38922
commit
6a5c760596
3 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
# Note: Keep the Xcode version and iOS simulator version compatible.
|
||||
# Check the table here to see what iOS simulator versions are supported by a particular Xcode version:
|
||||
# https://developer.apple.com/support/xcode/
|
||||
XCODE_VERSION: 14.3.1
|
||||
XCODE_VERSION: 15.3.0
|
||||
IOS_SIMULATOR_RUNTIME_VERSION: 16.4
|
||||
timeoutInMinutes: 150
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ stages:
|
|||
# Note: Keep the Xcode version and iOS simulator version compatible.
|
||||
# Check the table here to see what iOS simulator versions are supported by a particular Xcode version:
|
||||
# https://developer.apple.com/support/xcode/
|
||||
xcodeVersion: "14.3.1"
|
||||
xcodeVersion: "15.3.0"
|
||||
iosSimulatorRuntimeVersion: "16.4"
|
||||
|
||||
ortPodVersion: $[stageDependencies.IosPackaging_SetCommonVariables.j.outputs['SetCommonVariables.ORT_POD_VERSION']]
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
parameters:
|
||||
- name: xcodeVersion
|
||||
type: string
|
||||
default: "14.3.1"
|
||||
default: "15.3.0"
|
||||
|
||||
steps:
|
||||
- bash: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue