aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-01-05 09:15:12 +0000
committerLaurenČ›iu Nicola <[email protected]>2021-01-05 09:15:12 +0000
commit2ad0efa8ab768a800a3fe8b9e430d2f942e4a8fb (patch)
tree0118ee5922de6f91a9ab680fdbf5f2b3b263631c /.github/workflows/release.yaml
parenta98aa0cda72c78cdfaa4d9ec1ee5e1dd46408d99 (diff)
Use macos-latest for aarch64-apple-darwin releases
Diffstat (limited to '.github/workflows/release.yaml')
-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