Skip to content

Commit

Permalink
Merge pull request #4 from ding1dingx/fix-build-error
Browse files Browse the repository at this point in the history
feat(ci): update iOS simulator target to iPhone 16
  • Loading branch information
syxc authored Oct 27, 2024
2 parents ec3d828 + f1a78eb commit 67455bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:

- name: Build with Xcode
working-directory: ./iosApp
run: xcodebuild -workspace iosApp.xcworkspace -scheme iosApp -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15'
run: xcodebuild -workspace iosApp.xcworkspace -scheme iosApp -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16'

0 comments on commit 67455bb

Please sign in to comment.