Skip to content

Commit

Permalink
[actions/conan] Explicitly choose XCode version
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Nov 20, 2020
1 parent afc9c7a commit 4084968
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
if: startsWith(runner.os, 'Windows')
- name: Change Xcode version
run: |
sudo xcode-select -switch /Applications/Xcode_11.7.app
if: startsWith(runner.os, 'macOS')
- uses: actions/checkout@v2
with:
submodules: recursive
Expand Down

0 comments on commit 4084968

Please sign in to comment.