Skip to content

Commit 20f92a8

Browse files
committed
fix: do not pin version of simulator because it may not be available on CI
1 parent 3934343 commit 20f92a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-e2e-ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
simulator: ['iPhone 16 Pro (18.5)']
38+
simulator: ['iPhone 16 Pro']
3939
steps:
4040
- name: Checkout Repo
4141
uses: actions/checkout@v4

0 commit comments

Comments
 (0)