Use Xcode 26.1 on GitHub runners.
This commit is contained in:
@@ -59,7 +59,7 @@ setup_github_actions_translations_environment() {
|
|||||||
xcode_select_for_github_actions() {
|
xcode_select_for_github_actions() {
|
||||||
# While fastlane has its own way of selecting Xcode, that only works inside of fastlane.
|
# While fastlane has its own way of selecting Xcode, that only works inside of fastlane.
|
||||||
# We need to select it globally for other processes like xcresultparser and our custom tools to use the same Xcode version.
|
# We need to select it globally for other processes like xcresultparser and our custom tools to use the same Xcode version.
|
||||||
sudo xcode-select -s /Applications/Xcode_26.1_Release_Candidate.app
|
sudo xcode-select -s /Applications/Xcode_26.1.1.app
|
||||||
}
|
}
|
||||||
|
|
||||||
generate_what_to_test_notes() {
|
generate_what_to_test_notes() {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ end
|
|||||||
simulator_version = "26.1"
|
simulator_version = "26.1"
|
||||||
|
|
||||||
before_all do
|
before_all do
|
||||||
xcversion(version: "~> 26.1")
|
xcversion(version: "~> 26.1.0")
|
||||||
|
|
||||||
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "180"
|
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "180"
|
||||||
ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "180"
|
ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "180"
|
||||||
|
|||||||
Reference in New Issue
Block a user