Use new runner for ci / test workspace (#4626)
This commit is contained in:
parent
ffbdcb3d3f
commit
af76817924
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -273,7 +273,7 @@ jobs:
|
|||
|
||||
test:
|
||||
name: Test workspace
|
||||
runs-on: [ "self-hosted", "arm64", "builder" ]
|
||||
runs-on: [ runner-arm64-2xlarge ]
|
||||
steps:
|
||||
- name: Install stable toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
|
Loading…
Reference in a new issue