Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-amisha-i authored Feb 29, 2024
1 parent 8b4a22e commit 463b656
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
with:
access_token: ${{ github.token }}

- name: List and Select Xcode
run: |
sudo ls -1 /Applications | grep "Xcode"
sudo xcode-select -s /Applications/Xcode_15.1.app/Contents/Developer
- name: Running Xcode version Is?
run: /usr/bin/xcodebuild -version

Expand Down

0 comments on commit 463b656

Please sign in to comment.