Skip to content

Commit ab6734f

Browse files
fixup! Bob for Tim's latest apple and bite it off
1 parent d4c4945 commit ab6734f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ci/scripts/select-xcode.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ if isMacOS; then
1111
if [[ $old_xcode =~ $SELECT_XCODE ]]; then
1212
echo "xcode-select.sh's brutal hack may not be necessary?"
1313
exit 1
14-
elif [[ $SELECT_XCODE =~ "16" ]]
14+
elif [[ $SELECT_XCODE =~ "16" ]]; then
15+
echo "Using xcode 16? Please fix xcode-select.sh"
16+
exit 1
1517
else
1618
sudo xcode-select -s "16.0.0"
1719
xcode_16_path="$(xcode-select --print-path)"

0 commit comments

Comments
 (0)