From b550ecc46dd11a24d7d369b98fd8a3a1af0f53ea Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:40:43 -0700 Subject: [PATCH] CI: mac: update xcode version (#6055) * CI: mac: update xcode version * Use xcode 15.4 --------- Co-authored-by: Anton Kolesnyk --- eng/pipelines/templates/stages/platform-matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/stages/platform-matrix.json b/eng/pipelines/templates/stages/platform-matrix.json index 43e58a9a1..e994772f7 100644 --- a/eng/pipelines/templates/stages/platform-matrix.json +++ b/eng/pipelines/templates/stages/platform-matrix.json @@ -7,7 +7,7 @@ "OSConfiguration": { "macos-latest": { "OSVmImage": "env:MACVMIMAGE", - "XCODE_VERSION": "14.2" + "XCODE_VERSION": "15.4" } }, "StaticConfigs": {