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"