Skip to content

Commit

Permalink
Merge pull request #98 from apivideo/bugfix/swift5-uploader-build
Browse files Browse the repository at this point in the history
fix(swift5): fix build with xcode due to bad simulator name
  • Loading branch information
bot-api-video authored Sep 16, 2024
2 parents 8569e5a + f1f4427 commit 6b086de
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=16'
xcodebuild -scheme $scheme -destination 'platform=iOS Simulator,name=iPhone 16'
- name: Build Example
env:
scheme: ${{ 'default' }}
Expand Down

0 comments on commit 6b086de

Please sign in to comment.