Skip to content

Commit e92e80c

Browse files
authored
bumped xcode (#855)
1 parent 0375029 commit e92e80c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build/bootstrapper/bootstrapper.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ fi
5050
# Check if you are running macos
5151
if [[ "$(uname -s 2>/dev/null)" == "Darwin" ]]; then
5252
echo "✅ You are running on Apple software."
53-
echo "Trying to select Xcode 26.3"
54-
sudo xcode-select -s /Applications/Xcode_26.3.app #This is mainly used to force Azure to use a specific Xcode version, Xcode Azure paths are found here: https://github.com/actions/runner-images/blob/macos-14/20240923.101/images/macos/macos-14-Readme.md#xcode
55-
echo "✅ You are now running on Xcode 26.3"
53+
echo "Trying to select Xcode 26.4"
54+
sudo xcode-select -s /Applications/Xcode_26.4.app #This is mainly used to force Azure to use a specific Xcode version, Xcode Azure paths are found here: hhttps://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md
55+
echo "✅ You are now running on Xcode 26.4"
5656
else
5757
echo "❌ You are not running on  software. This build system requires you to run on a Mac."
5858
exit 0

0 commit comments

Comments
 (0)