From 4d1d8ab5c3dd157c8c27cb844046669cb9d4145f Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 21 Nov 2024 14:57:37 -0800 Subject: [PATCH] ci: upgrade to Xcode 16 --- .ado/variables/vars.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.ado/variables/vars.yml b/.ado/variables/vars.yml index e976033d97f3a4..16e13cfa6b678d 100644 --- a/.ado/variables/vars.yml +++ b/.ado/variables/vars.yml @@ -1,6 +1,6 @@ variables: VmImageApple: macos-latest-internal - xcode_friendly_name: 'Xcode 15.2' - xcode_version: '/Applications/Xcode_15.2.app' - ios_version: '17.2' - ios_simulator: 'iPhone 15' + xcode_friendly_name: 'Xcode 16.0' + xcode_version: '/Applications/Xcode_16.0.app' + ios_version: '18.0' + ios_simulator: 'iPhone 16'