Skip to content

Commit d444d47

Browse files
Auto Update Bitrise.YML
1 parent 1f18be2 commit d444d47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bitrise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ workflows:
979979
description: This Workflow is to build the app using latest xcode available in Bitrise
980980
meta:
981981
bitrise.io:
982-
stack: osx-xcode-26.4.x-edge
982+
stack: osx-xcode-26.4.x
983983
machine_type_id: g2.mac.4large
984984
L10nBuild:
985985
steps:
@@ -2022,7 +2022,7 @@ workflows:
20222022
- content: |-
20232023
#!/usr/bin/env bash
20242024
set -e
2025-
2025+
20262026
# Get Xcode version and build version
20272027
XCODE_VER=$(xcodebuild -version | head -n 1 | sed 's/Xcode //g')
20282028
BUILD_VER=$(xcodebuild -version | grep "Build version" | sed 's/Build version //g')

0 commit comments

Comments
 (0)