From 59a4c923723190498c9417a8638d539943df5a3e Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Tue, 6 Feb 2024 13:26:37 +0000 Subject: [PATCH] Run tests on iOS 14 and 17 --- .buildkite/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2a352317..5cd8f92d 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -73,7 +73,7 @@ steps: concurrency_group: 'browserstack-app' concurrency_method: eager - - label: ':runner: expo iOS 15' + - label: ':runner: expo iOS 17' depends_on: - "build-expo-ipa" - "expo-maze-runner-image" @@ -88,7 +88,7 @@ steps: command: - --app=build/output.ipa - --farm=bs - - --device=IOS_15 + - --device=IOS_17 - --a11y-locator - --retry=2 - --order=random @@ -96,7 +96,7 @@ steps: concurrency_group: 'browserstack-app' concurrency_method: eager - - label: ':runner: expo iOS 13' + - label: ':runner: expo iOS 14' depends_on: - "build-expo-ipa" - "expo-maze-runner-image" @@ -111,7 +111,7 @@ steps: command: - --app=build/output.ipa - --farm=bs - - --device=IOS_13 + - --device=IOS_14 - --a11y-locator - --retry=2 - --order=random