Skip to content

Commit 57fba83

Browse files
committed
Update iOS destinations in CI
1 parent 5986165 commit 57fba83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
strategy:
2626
matrix:
2727
destination:
28-
- "platform=iOS Simulator,OS=17.5,name=iPhone 15 Pro"
29-
- "platform=iOS Simulator,OS=18.2,name=iPhone 16 Pro"
28+
- "platform=iOS Simulator,OS=18.5,name=iPhone 16 Pro"
29+
- "platform=iOS Simulator,OS=18.5,name=iPad Pro 13-inch (M4)"
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v2

0 commit comments

Comments
 (0)