mirror of
https://github.com/facebook/sapling.git
synced 2025-01-05 03:35:10 +03:00
Github Actions: fix MacOS builds - use old XCode version (#22)
Summary: Boost 1.69 doesn't build with XCode >=11.0 according to https://trac.macports.org/ticket/60287 Downgrading XCode to old version seems to fix this (Selecting done as described in https://www.jessesquires.com/blog/2020/01/06/selecting-an-xcode-version-on-github-ci/) Pull Request resolved: https://github.com/facebookexperimental/eden/pull/22 Reviewed By: farnz Differential Revision: D22118747 Pulled By: lukaspiatkowski fbshipit-source-id: 31acc6298cdcf7c5a75a8be38d6dd0deb90c5bd2
This commit is contained in:
parent
b0b6425f63
commit
6a3553cab5
2
.github/workflows/mononoke.yml
vendored
2
.github/workflows/mononoke.yml
vendored
@ -51,6 +51,8 @@ jobs:
|
||||
continue-on-error: true
|
||||
mac:
|
||||
runs-on: macOS-latest
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_10.3.app/Contents/Developer
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install Rust Stable
|
||||
|
Loading…
Reference in New Issue
Block a user