diff --git a/tools/ci_build/github/azure-pipelines/mac-coreml-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-coreml-ci-pipeline.yml index f0a35d809c700..d944d7c6b91a2 100644 --- a/tools/ci_build/github/azure-pipelines/mac-coreml-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-coreml-ci-pipeline.yml @@ -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: diff --git a/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml index 0a19312790a98..4b0996272b70b 100644 --- a/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml @@ -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 diff --git a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml index d6a3fa3147a47..f5a5672c0cf09 100644 --- a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml +++ b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml @@ -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 @@ -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 diff --git a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml index fd475a4d9f505..68df694358677 100644 --- a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml +++ b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml @@ -90,7 +90,7 @@ stages: - template: use-xcode-version.yml parameters: - xcodeVersion: 14.3 + xcodeVersion: 14.3.1 - template: download-deps.yml diff --git a/tools/ci_build/github/azure-pipelines/templates/mac-cpu-packing-jobs.yml b/tools/ci_build/github/azure-pipelines/templates/mac-cpu-packing-jobs.yml index b9b41326a6cac..a7a3f132d308b 100644 --- a/tools/ci_build/github/azure-pipelines/templates/mac-cpu-packing-jobs.yml +++ b/tools/ci_build/github/azure-pipelines/templates/mac-cpu-packing-jobs.yml @@ -62,7 +62,7 @@ jobs: - template: use-xcode-version.yml parameters: - xcodeVersion: 14.3 + xcodeVersion: 14.3.1 - template: download-deps.yml diff --git a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml index d1484a1511b91..2b99750dbd251 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml @@ -431,7 +431,7 @@ stages: - template: use-xcode-version.yml parameters: - xcodeVersion: 14.3 + xcodeVersion: 14.3.1 - template: download-deps.yml diff --git a/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml b/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml index 562c3e924bdec..ca8b7f1dc11a4 100644 --- a/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml @@ -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') }}: diff --git a/tools/ci_build/github/azure-pipelines/templates/use-xcode-version.yml b/tools/ci_build/github/azure-pipelines/templates/use-xcode-version.yml index 7d767b4f4fde6..2cf698aefa8bd 100644 --- a/tools/ci_build/github/azure-pipelines/templates/use-xcode-version.yml +++ b/tools/ci_build/github/azure-pipelines/templates/use-xcode-version.yml @@ -3,7 +3,7 @@ parameters: - name: xcodeVersion type: string - default: "14.3" + default: "14.3.1" steps: - bash: |