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 33f0bf0 commit d224be3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
with:
access_token: ${{ github.token }}

- name: Set up Xcode
uses: xcodesetup/setup-xcode@v3
with:
xcode-version: 15.0
install-deps: true
- name: Set up Xcode Version
run: sudo xcode-select -switch /Applications/Xcode_15.0.app

- name: Running Xcode version Is?
run: /usr/bin/xcodebuild -version
Expand Down

0 comments on commit d224be3

Please sign in to comment.