Skip to content

Commit 14a6f53

Browse files
authored
Use 26.4.1 xcode (#857)
1 parent e92e80c commit 14a6f53

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.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"
53+
echo "Trying to select Xcode 26.4.1"
54+
sudo xcode-select -s /Applications/Xcode_26.4.1.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.1"
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)