From 53855f315d625bb94d78f5f3767e841816336395 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Tue, 15 Apr 2025 13:47:26 -0400 Subject: [PATCH] [Infra] Update test.sh --- scripts/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index 62098455b..de3c3c20a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -20,8 +20,8 @@ set -euo pipefail -if [ -d "/Applications/Xcode_16.1.app" ]; then - xcode_version="16.1" +if [ -d "/Applications/Xcode_16.2.app" ]; then + xcode_version="16.2" iphone_version="16" else xcode_version="15.3"