Skip to content

Commit 7393c3f

Browse files
committed
Use iPhone SE 2nd generation for tests
1 parent 5f643d6 commit 7393c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
run-config:
2323
- { xcode_version: '14.1', simulator: 'name=iPad Pro (12.9-inch) (5th generation),OS=16.1' }
24-
- { xcode_version: '14.1', simulator: 'name=iPhone SE (3nd generation),OS=16.1' }
24+
- { xcode_version: '14.1', simulator: 'name=iPhone SE (2nd generation),OS=16.1' }
2525
steps:
2626
- name: Checkout Project
2727
uses: actions/checkout@v1

0 commit comments

Comments
 (0)