use own arm64 gha runners (#7373)

## Problem

Move from aws based arm64 runners to bare-metal based

## Summary of changes
Changes in GitHub action workflows where `runs-on: arm64` used. More
parallelism added, build time for `neon with extra platform builds`
workflow reduced from 45m to 25m
This commit is contained in:
Andrey Taranik
2024-05-10 15:04:23 +04:00
committed by GitHub
parent 13d9589c35
commit 873b222080
4 changed files with 24 additions and 17 deletions

View File

@@ -1,2 +1,2 @@
[profile.default]
slow-timeout = { period = "20s", terminate-after = 3 }
slow-timeout = { period = "60s", terminate-after = 3 }