7163: Use macos-latest for aarch64-apple-darwin releases r=lnicola a=lnicola

Our builds get queued for 40-50 minutes waiting for a `macos-11.0` runner, let's keep using the older OS.

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
bors[bot] 2021-01-05 09:32:34 +00:00 committed by GitHub
commit d21035d6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ jobs:
dist-aarch64-apple-darwin:
name: dist (aarch64-apple-darwin)
runs-on: macos-11.0
runs-on: macos-latest
env:
RA_TARGET: aarch64-apple-darwin
@ -163,7 +163,7 @@ jobs:
override: true
- name: Dist
run: cargo xtask dist
run: SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version) cargo xtask dist
- name: Upload artifacts
uses: actions/upload-artifact@v1