Skip to content

Commit 1d50b58

Browse files
committed
use macos runner for x86 gnu linux builds
1 parent de28ed8 commit 1d50b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-x86_64-unknown-linux-gnu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939
strategy:
4040
matrix:
41-
os: [linux-x86_64-self-hosted]
41+
os: [macos-m1-self-hosted]
4242
include:
43-
- os: linux-x86_64-self-hosted
43+
- os: macos-m1-self-hosted
4444
ASSET_PATH: "build/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.xz"
4545
ASSET_NAME: "rust-${{ github.event.inputs.release_version }}-x86_64-unknown-linux-gnu.tar.xz"
4646
ASSET_CONTENT_TYPE: "application/x-tar"

0 commit comments

Comments
 (0)