We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560a34f commit 005f3fcCopy full SHA for 005f3fc
src/ci/scripts/select-xcode.sh
@@ -15,7 +15,7 @@ if isMacOS; then
15
echo "Using xcode 16? Please fix xcode-select.sh"
16
exit 1
17
else
18
- sudo xcode-select -s "16.0.0"
+ sudo xcode-select -s 16
19
xcode_16_path="$(xcode-select --print-path)"
20
sudo rm -rf "${xcode_16_path}/../../"
21
fi
0 commit comments