UI test shenanigans (#2611)

* Hardcode Xcode 15.2 as there are multiple versions available on the performance runner

* Remove the derived data caching step as it's not necessary on the performance runner.
This commit is contained in:
Stefan Ceriu
2024-03-27 14:10:20 +02:00
committed by GitHub
parent 915f0b55c3
commit de50187f3e
2 changed files with 1 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ require 'semantic'
require_relative 'changelog'
before_all do
xcversion(version: "~> 15.0")
xcversion(version: "15.2")
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "180"
ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "180"