Skip to content

Commit

Permalink
fix: select xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
suphon-t committed Jan 10, 2024
1 parent 431c311 commit 1da1567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- uses: actions/checkout@v3
name: Checkout

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

- name: Config environment
run: |
SCHEME=$(xcodebuild -list -json | jq -r '.project.schemes[0]')
Expand Down

0 comments on commit 1da1567

Please sign in to comment.