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 bb6a414 commit 50cb42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
strategy:
matrix:
destination: ['platform=iOS Simulator,name=Any iOS Simulator Device',
'platform=macOS,name=Any Mac']
'platform=macOS,name=My Mac']

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

0 comments on commit 50cb42e

Please sign in to comment.