aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-05 09:32:34 +0000
committerGitHub <[email protected]>2021-01-05 09:32:34 +0000
commitd21035d6b815a5a1ece5d2f118cbc4d5526199ba (patch)
tree0118ee5922de6f91a9ab680fdbf5f2b3b263631c
parenta98aa0cda72c78cdfaa4d9ec1ee5e1dd46408d99 (diff)
parent2ad0efa8ab768a800a3fe8b9e430d2f942e4a8fb (diff)
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 <[email protected]>
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index fd22ea88a..ece1fd364 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -146,7 +146,7 @@ jobs:
146 146
147 dist-aarch64-apple-darwin: 147 dist-aarch64-apple-darwin:
148 name: dist (aarch64-apple-darwin) 148 name: dist (aarch64-apple-darwin)
149 runs-on: macos-11.0 149 runs-on: macos-latest
150 env: 150 env:
151 RA_TARGET: aarch64-apple-darwin 151 RA_TARGET: aarch64-apple-darwin
152 152
@@ -163,7 +163,7 @@ jobs:
163 override: true 163 override: true
164 164
165 - name: Dist 165 - name: Dist
166 run: cargo xtask dist 166 run: SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version) cargo xtask dist
167 167
168 - name: Upload artifacts 168 - name: Upload artifacts
169 uses: actions/upload-artifact@v1 169 uses: actions/upload-artifact@v1