Merge #7163
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:
commit
d21035d6b8
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user