Skip to content

Commit 005f3fc

Browse files
fixup! Bob for Tim's latest apple and bite it off
1 parent 560a34f commit 005f3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/select-xcode.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if isMacOS; then
1515
echo "Using xcode 16? Please fix xcode-select.sh"
1616
exit 1
1717
else
18-
sudo xcode-select -s "16.0.0"
18+
sudo xcode-select -s 16
1919
xcode_16_path="$(xcode-select --print-path)"
2020
sudo rm -rf "${xcode_16_path}/../../"
2121
fi

0 commit comments

Comments
 (0)