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

steps:
- name: Set Xcode Version
Expand Down

0 comments on commit af9d7b8

Please sign in to comment.