Skip to content

Commit f1f4427

Browse files
authored
fix(swift5): fix build with xcode due to bad simulator name
1 parent 8569e5a commit f1f4427

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
@@ -39,7 +39,7 @@ jobs:
3939
scheme: ${{ 'default' }}
4040
run: |
4141
if [ $scheme = default ]; then scheme=$(cat default); fi
42-
xcodebuild -scheme $scheme -destination 'platform=iOS Simulator,name=16'
42+
xcodebuild -scheme $scheme -destination 'platform=iOS Simulator,name=iPhone 16'
4343
- name: Build Example
4444
env:
4545
scheme: ${{ 'default' }}

0 commit comments

Comments
 (0)