Skip to content

Commit 8569e5a

Browse files
Merge pull request #97 from apivideo/bugfix/swift-build
fix(swift5): build on iPhone 16 instead of 13 to fix a build issue
2 parents 0b8cde4 + 56a19b6 commit 8569e5a

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=iPhone 13'
42+
xcodebuild -scheme $scheme -destination 'platform=iOS Simulator,name=16'
4343
- name: Build Example
4444
env:
4545
scheme: ${{ 'default' }}

0 commit comments

Comments
 (0)