Skip to content

Commit

Permalink
Update build-ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loay-ashraf committed Aug 24, 2023
1 parent b8b5877 commit 587ec40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
build:
name: Build and analyse default scheme using xcodebuild command
runs-on: macos-latest
strategy:
matrix:
destination: ['platform=iOS Simulator,OS=14.0,name=iPhone 12 Pro Max']
destination: ['platform=iOS Simulator,OS=15.0,name=iPhone 13 Pro Max']
destination: ['platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro Max']
destination: ['platform=macOS,name=My Mac']

steps:
- name: Checkout
Expand Down

0 comments on commit 587ec40

Please sign in to comment.