We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6a941 commit 95445c8Copy full SHA for 95445c8
.github/workflows/pr_ios.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Start iOS simulator
62
uses: futureware-tech/simulator-action@v4
63
with:
64
- model: ${{ matrix.platform == 'iOS' && 'iPhone 15' || 'Apple TV' }}
+ model: ${{ matrix.platform == 'iOS' && 'iPhone 14' || 'Apple TV' }}
65
os: ${{ matrix.platform }}
66
os_version: '>=14.0'
67
0 commit comments