Skip to content

Commit

Permalink
CI: build for iOS simulator using an Apple Silicon computer
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Apr 20, 2024
1 parent 0b3e5af commit f3a1535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ jobs:
exit 1
iOS-Simulator:
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -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 f3a1535

Please sign in to comment.