From 40bf5072cc92ec6f7d777d69bc41fd42471a75f1 Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Wed, 4 Dec 2024 10:21:41 +0000 Subject: [PATCH] Some changes --- .github/workflows/smoke-checks.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/smoke-checks.yml b/.github/workflows/smoke-checks.yml index a9a1daab5..a18d45b54 100644 --- a/.github/workflows/smoke-checks.yml +++ b/.github/workflows/smoke-checks.yml @@ -49,9 +49,6 @@ jobs: - name: Run LLC Tests (Debug) run: bundle exec fastlane test device:"${{ env.IOS_SIMULATOR_DEVICE }}" timeout-minutes: 40 - env: - XCODE_VERSION: "15.2" # the most stable pair of Xcode - IOS_SIMULATOR_DEVICE: "iPhone 15 Pro (17.2)" # and iOS - name: Run Sonar analysis run: bundle exec fastlane sonar_upload env: