From 77a6c7bd1eae0c9c94a32d37f86854eed8b8b708 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Wed, 23 Oct 2024 17:41:03 +0200 Subject: [PATCH] Fix integration tests simulator (#4396) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 424350c1e7..e08f619ffd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1239,7 +1239,7 @@ jobs: command: bundle exec fastlane backend_integration_tests test_plan:"BackendIntegrationTests-All-CI" no_output_timeout: 5m environment: - SCAN_DEVICE: iPhone 14 (17.4.0) + SCAN_DEVICE: iPhone 16 (18.0.0) - compress_result_bundle: directory: fastlane/test_output/xctest/ios bundle_name: BackendIntegrationTests