diff --git a/bitrise.yml b/bitrise.yml index a726fc029f2f9..2bbd115fd7507 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -979,7 +979,7 @@ workflows: description: This Workflow is to build the app using latest xcode available in Bitrise meta: bitrise.io: - stack: osx-xcode-26.4.x-edge + stack: osx-xcode-26.5.x machine_type_id: g2.mac.4large L10nBuild: steps: @@ -2022,7 +2022,7 @@ workflows: - content: |- #!/usr/bin/env bash set -e - + # Get Xcode version and build version XCODE_VER=$(xcodebuild -version | head -n 1 | sed 's/Xcode //g') BUILD_VER=$(xcodebuild -version | grep "Build version" | sed 's/Build version //g')