Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirpervaizQI authored Apr 13, 2024
1 parent a055899 commit 26fd3c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Setup Xcode
uses: actions/setup-xcode@v1
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
xcode-version: '15.3'

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 26fd3c4

Please sign in to comment.