Skip to content

Commit

Permalink
select XCode in macos build. See sot/skare/issues/636
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Jul 15, 2021
1 parent ea7f54a commit c8dd12a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
repository: sot/skare3_tools
ref: master
path: skare3_tools
- name: Select XCode Version
run: sudo xcode-select -s "/Applications/Xcode_11.7.app"
if: ${{ matrix.os == 'macos' }}
- uses: sot/setup-miniconda@v2
with:
miniconda-version: "py38_4.8.3"
Expand Down

0 comments on commit c8dd12a

Please sign in to comment.