Use new runner for ci / test workspace (#4626)

This commit is contained in:
Emmanuel Keller 2024-08-28 13:42:27 +01:00 committed by GitHub
parent ffbdcb3d3f
commit af76817924
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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