Skip to content

Commit

Permalink
Fix xCode version
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnotrin committed Dec 4, 2024
1 parent de6f7d6 commit a5879be
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode.app

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

- name: Build Archive
run: |
xcodebuild archive \
Expand Down

0 comments on commit a5879be

Please sign in to comment.