diff options
| author | Jake Goulding <jake.goulding@gmail.com> | 2020-10-14 13:51:28 -0400 |
|---|---|---|
| committer | Jake Goulding <jake.goulding@gmail.com> | 2020-10-14 13:51:28 -0400 |
| commit | d959011de0c55c2dac3daf3224c829931c09852a (patch) | |
| tree | 683f318303f9ee852900354aef5efa7202c0ddf1 /.github/workflows | |
| parent | 5565241f65cf402c3dbcb55dd492f172c473d4ce (diff) | |
Update Xcode beta version to allow aarch64-apple-darwin to compile again
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 828a3bc71b8..6025808eb61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -308,7 +308,7 @@ jobs: SCRIPT: "./x.py dist --stage 2" RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --host=aarch64-apple-darwin --target=aarch64-apple-darwin --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false" RUSTC_RETRY_LINKER_ON_SEGFAULT: 1 - SELECT_XCODE: /Applications/Xcode_12_beta.app + SELECT_XCODE: /Applications/Xcode_12.2.app USE_XCODE_CLANG: 1 MACOSX_DEPLOYMENT_TARGET: 11.0 MACOSX_STD_DEPLOYMENT_TARGET: 11.0 |
