Skip to content

Commit 2c8c20e

Browse files
committed
test preboot solution with xcode 26.1
1 parent ff61b86 commit 2c8c20e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci_scripts/ci_common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ setup_github_actions_translations_environment() {
5959
xcode_select_for_github_actions() {
6060
# While fastlane has its own way of selecting Xcode, that only works inside of fastlane.
6161
# We need to select it globally for other processes like xcresultparser and our custom tools to use the same Xcode version.
62-
sudo xcode-select -s /Applications/Xcode_26.0.app
62+
sudo xcode-select -s /Applications/Xcode_26.1_beta_3.app
6363
}
6464

6565
generate_what_to_test_notes() {
@@ -95,4 +95,4 @@ generate_what_to_test_notes() {
9595
fetch_unshallow_repository() {
9696
# Xcode Cloud shallow clones the repo. We need to deepen it to fetch tags, commit history and be able to rebase main on develop at the end of releases.
9797
git fetch --unshallow --quiet
98-
}
98+
}

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if File.exist?(enterprise)
99
end
1010

1111
before_all do
12-
xcversion(version: "~> 26.0.0")
12+
xcversion(version: "~> 26.0.1")
1313

1414
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "180"
1515
ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "180"

0 commit comments

Comments
 (0)