CI(check-codestyle-rust): revert back arm64 & use large runners

This commit is contained in:
Alexander Bayandin
2024-09-04 22:48:44 +01:00
parent f25e07893c
commit 38f6107534

View File

@@ -126,8 +126,8 @@ jobs:
# so it's enough to run these on x64 only.
strategy:
matrix:
arch: [ x64 ]
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', matrix.arch == 'arm64' && 'small-arm64' || 'small')) }}
arch: [ x64, arm64 ]
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', matrix.arch == 'arm64' && 'large-arm64' || 'large')) }}
container:
image: ${{ needs.build-build-tools-image.outputs.image }}