Skip to content

Commit

Permalink
TEMP: increase minimum simulator profile for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhaevre committed Dec 24, 2024
1 parent eb6a941 commit ac7671b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Start iOS simulator
uses: futureware-tech/simulator-action@v4
with:
model: ${{ matrix.platform == 'iOS' && 'iPhone 15' || 'Apple TV' }}
model: ${{ matrix.platform == 'iOS' && 'iPhone 16' || 'Apple TV' }}
os: ${{ matrix.platform }}
os_version: '>=14.0'
os_version: '>=18.0'

- name: Run e2e tests
working-directory: e2e
Expand Down

0 comments on commit ac7671b

Please sign in to comment.