Skip to content

Commit

Permalink
update iOS versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Nov 25, 2024
1 parent 0ffd670 commit b5bb705
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ steps:
concurrency_group: 'browserstack-app'
concurrency_method: eager

- label: ':runner: expo iOS 16'
- label: ':runner: expo iOS 18'
depends_on:
- "build-expo-ipa"
timeout_in_minutes: 50
Expand All @@ -81,7 +81,7 @@ steps:
command:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_16
- --device=IOS_18
- --a11y-locator
- --fail-fast
- --retry=2
Expand All @@ -94,7 +94,7 @@ steps:
concurrency_group: 'browserstack-app'
concurrency_method: eager

- label: ':runner: expo iOS 14'
- label: ':runner: expo iOS 15'
depends_on:
- "build-expo-ipa"
timeout_in_minutes: 50
Expand All @@ -108,7 +108,7 @@ steps:
command:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_14
- --device=IOS_15
- --a11y-locator
- --fail-fast
- --retry=2
Expand Down

0 comments on commit b5bb705

Please sign in to comment.