Skip to content

Commit 314b351

Browse files
committed
Use Xcode 26.1 on GitHub runners.
1 parent 039661b commit 314b351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci_scripts/ci_common.sh

Lines changed: 1 addition & 1 deletion
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.1_Release_Candidate.app
62+
sudo xcode-select -s /Applications/Xcode_26.1.1.app
6363
}
6464

6565
generate_what_to_test_notes() {

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010
simulator_version = "26.1"
1111

1212
before_all do
13-
xcversion(version: "~> 26.1")
13+
xcversion(version: "~> 26.1.0")
1414

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

0 commit comments

Comments
 (0)