Skip to content

Commit

Permalink
Remove specific simulator versions given 16.1 doesn't require them
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Oct 30, 2024
1 parent 4212fd1 commit 746167d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ steps:
# UI Tests
#################
- label: ":microscope: UI Tests (iPhone)"
command: .buildkite/commands/run-ui-tests.sh UITests 'iPhone 16 (18.1)'
command: .buildkite/commands/run-ui-tests.sh UITests 'iPhone 16'
depends_on: build
plugins: [$CI_TOOLKIT]
artifact_paths:
Expand All @@ -102,7 +102,7 @@ steps:
context: UI Tests (iPhone)

- label: ":microscope: UI Tests (iPad)"
command: .buildkite/commands/run-ui-tests.sh UITests "iPad (10th generation) (18.1)"
command: .buildkite/commands/run-ui-tests.sh UITests "iPad (10th generation)"
depends_on: build
plugins: [$CI_TOOLKIT]
artifact_paths:
Expand Down

0 comments on commit 746167d

Please sign in to comment.