Skip to content

Commit

Permalink
Use Xcode version 14.3 instead of
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jun 24, 2024
1 parent 912c9a5 commit f820cf5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ stages:

- template: use-xcode-version.yml
parameters:
xcodeVersion: 14.2
xcodeVersion: 14.3

- template: download-deps.yml

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- template: use-xcode-version.yml
parameters:
xcodeVersion: 14.2
xcodeVersion: 14.3

- template: download-deps.yml

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ stages:

- template: use-xcode-version.yml
parameters:
xcodeVersion: 14.2
xcodeVersion: 14.3

- template: download-deps.yml

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stages:
vmImage: "macOS-latest"

variables:
xcodeVersion: "14.2"
xcodeVersion: "14.3"
ortPodVersion: $[stageDependencies.IosPackaging_SetCommonVariables.j.outputs['SetCommonVariables.ORT_POD_VERSION']]

${{ if eq(parameters.packageVariant, 'Full') }}:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
parameters:
- name: xcodeVersion
type: string
default: "14.2"
default: "14.3"

steps:
- bash: |
Expand Down

0 comments on commit f820cf5

Please sign in to comment.