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 145af89 commit 5d27b27
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
destination: ['platform=iOS Simulator,arch=x86_64',
'platform=iOS Simulator,arch=arm64',
'platform=macOS,arch=x86_64',
'platform=macOS,arch=arm64']
destination: ['platform=iOS Simulator,arch=x86_64,name: Any iOS Simulator Device',
'platform=iOS Simulator,arch=arm64,name: Any iOS Simulator Device',
'platform=macOS,arch=x86_64,Name: Any Mac',
'platform=macOS,arch=arm64,Name: Any Mac']

steps:
- name: Set Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Checkout
uses: actions/checkout@v3
- name: Set Default Scheme
Expand Down

0 comments on commit 5d27b27

Please sign in to comment.