Skip to content

Commit 872c2a0

Browse files
authored
Update to Xcode 16.2 for ftl tests (#1681)
1 parent c609f3d commit 872c2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-for-testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function xcb() {
8787
}
8888

8989
# Run xcodebuild
90-
sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
90+
sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
9191
xcb "${flags[@]}"
9292
echo "$message"
9393

0 commit comments

Comments
 (0)