Skip to content

Commit 53855f3

Browse files
authored
[Infra] Update test.sh
1 parent ffc8e8d commit 53855f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
set -euo pipefail
2222

23-
if [ -d "/Applications/Xcode_16.1.app" ]; then
24-
xcode_version="16.1"
23+
if [ -d "/Applications/Xcode_16.2.app" ]; then
24+
xcode_version="16.2"
2525
iphone_version="16"
2626
else
2727
xcode_version="15.3"

0 commit comments

Comments
 (0)