Skip to content

Commit

Permalink
CI: build for a newer iphone on the Simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Apr 20, 2024
1 parent 9bc9ce8 commit 758c8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ jobs:
mv apple-dependencies/iOS/libraries platform/xcode/ios
- name: Build
run:
xcodebuild -project platform/xcode/love.xcodeproj -scheme love-ios -configuration Release -destination 'platform=iOS Simulator,name=iPhone 11'
xcodebuild -project platform/xcode/love.xcodeproj -scheme love-ios -configuration Release -destination 'platform=iOS Simulator,name=iPhone 15'

Android:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 758c8d3

Please sign in to comment.