Skip to content

Commit

Permalink
Merge pull request #88 from apivideo/bugfix/swift-build
Browse files Browse the repository at this point in the history
fix(swift5): build on iPhone 16 instead of 13 to fix a build issue
  • Loading branch information
bot-api-video authored Sep 16, 2024
2 parents 4a626ff + 6806f4d commit b716f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
scheme: ${{ 'default' }}
run: |
if [ $scheme = default ]; then scheme=$(cat default); fi
xcodebuild -scheme $scheme -destination 'platform=iOS Simulator,name=iPhone 13'
xcodebuild -scheme $scheme -destination 'platform=iOS Simulator,name=iPhone 16'
- name: Build Example
env:
scheme: ${{ 'default' }}
Expand Down

0 comments on commit b716f83

Please sign in to comment.