From de50187f3e2d13ccf3166ed59c62029ee6810172 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Wed, 27 Mar 2024 14:10:20 +0200 Subject: [PATCH] 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. --- .github/workflows/ui_tests.yml | 5 ----- fastlane/Fastfile | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index d7ea14251..e953006f8 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -23,11 +23,6 @@ jobs: steps: - uses: nschloe/action-cached-lfs-checkout@v1 - - uses: irgaly/xcode-cache@v1 - with: - key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.ref }} - restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.ref }} - - uses: actions/cache@v3 with: path: vendor/bundle diff --git a/fastlane/Fastfile b/fastlane/Fastfile index b4c8af01f..9c6b33d45 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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"