Skip to content

Commit

Permalink
fix(swift5): build on iPhone 16 instead of 13 to fix a build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee authored Sep 16, 2024
1 parent 4a626ff commit 6806f4d
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 6806f4d

Please sign in to comment.