Skip to content

Commit 6b8784f

Browse files
authored
Use xcode 26.3 (#845)
1 parent 59d4d27 commit 6b8784f

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.2"
54-
sudo xcode-select -s /Applications/Xcode_26.2.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.2"
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"
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)