update xcode version

This commit is contained in:
Jian Chen 2025-01-08 13:02:10 -08:00
parent a494b38922
commit 6a5c760596
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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']]

View file

@ -3,7 +3,7 @@
parameters:
- name: xcodeVersion
type: string
default: "14.3.1"
default: "15.3.0"
steps:
- bash: |