We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de28ed8 commit 1d50b58Copy full SHA for 1d50b58
.github/workflows/build-x86_64-unknown-linux-gnu.yaml
@@ -38,9 +38,9 @@ jobs:
38
runs-on: ${{ matrix.os }}
39
strategy:
40
matrix:
41
- os: [linux-x86_64-self-hosted]
+ os: [macos-m1-self-hosted]
42
include:
43
- - os: linux-x86_64-self-hosted
+ - os: macos-m1-self-hosted
44
ASSET_PATH: "build/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.xz"
45
ASSET_NAME: "rust-${{ github.event.inputs.release_version }}-x86_64-unknown-linux-gnu.tar.xz"
46
ASSET_CONTENT_TYPE: "application/x-tar"
0 commit comments