Skip to content

Commit 95445c8

Browse files
committed
Trying iphone 14
1 parent eb6a941 commit 95445c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Start iOS simulator
6262
uses: futureware-tech/simulator-action@v4
6363
with:
64-
model: ${{ matrix.platform == 'iOS' && 'iPhone 15' || 'Apple TV' }}
64+
model: ${{ matrix.platform == 'iOS' && 'iPhone 14' || 'Apple TV' }}
6565
os: ${{ matrix.platform }}
6666
os_version: '>=14.0'
6767

0 commit comments

Comments
 (0)