Skip to content

Commit

Permalink
remove additional device
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Kladek committed Nov 19, 2024
1 parent 342b811 commit eb320d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
]
destination: [
# TODO: Add more destinations
'platform=iOS Simulator,name=iPhone 16,OS=18.1',
'platform=iOS Simulator,name=iPhone SE (3rd generation),OS=18.0'
'platform=iOS Simulator,name=iPhone 16,OS=18.1'
]
name: ${{ matrix.destination }}

steps:
- name: Install tools
Expand Down

0 comments on commit eb320d2

Please sign in to comment.