You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/bootstrapper/bootstrapper.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@ fi
50
50
# Check if you are running macos
51
51
if [[ "$(uname -s 2>/dev/null)"=="Darwin" ]];then
52
52
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"
56
56
else
57
57
echo"❌ You are not running on software. This build system requires you to run on a Mac."
0 commit comments