Skip to content

Commit

Permalink
14.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jun 24, 2024
1 parent f820cf5 commit 3d3389e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- template: templates/use-xcode-version.yml
parameters:
xcodeVersion: 14.2
xcodeVersion: 14.3.1

- template: templates/mac-build-step-with-cache.yml
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- template: templates/use-xcode-version.yml
parameters:
xcodeVersion: 14.2
xcodeVersion: 14.3.1
- template: templates/mac-build-step-with-cache.yml
parameters:
WithCache: true
Expand Down
4 changes: 2 additions & 2 deletions tools/ci_build/github/azure-pipelines/post-merge-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ stages:

- template: templates/use-xcode-version.yml
parameters:
xcodeVersion: 14.2
xcodeVersion: 14.3.1

- script: |
pip install -r tools/ci_build/github/apple/ios_packaging.requirements.txt
Expand Down Expand Up @@ -473,7 +473,7 @@ stages:

- template: templates/use-xcode-version.yml
parameters:
xcodeVersion: 14.2
xcodeVersion: 14.3.1

- script: |
pip install -r tools/ci_build/github/apple/ios_packaging.requirements.txt
Expand Down
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.3
xcodeVersion: 14.3.1

- 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.3
xcodeVersion: 14.3.1

- 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.3
xcodeVersion: 14.3.1

- 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.3"
xcodeVersion: "14.3.1"
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.3"
default: "14.3.1"

steps:
- bash: |
Expand Down

0 comments on commit 3d3389e

Please sign in to comment.