Skip to content

Commit

Permalink
Fix integration tests simulator version (#4219)
Browse files Browse the repository at this point in the history
Updated default xcode to 15.4. Also fixes integration tests, which are
broken because of a mismatching version of iOS and xcode
  • Loading branch information
vegaro authored and nyeu committed Oct 1, 2024
1 parent edddf10 commit e7ea9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ jobs:
command: bundle exec fastlane backend_integration_tests test_plan:"BackendIntegrationTests-All-CI"
no_output_timeout: 5m
environment:
SCAN_DEVICE: iPhone 14 (17.2.0)
SCAN_DEVICE: iPhone 14 (17.4.0)
- compress_result_bundle:
directory: fastlane/test_output/xctest/ios
bundle_name: BackendIntegrationTests
Expand Down

0 comments on commit e7ea9a4

Please sign in to comment.