ci: use arm builders for tests (#5395)

This commit is contained in:
Ning Sun
2025-01-20 10:12:12 +08:00
committed by Yingwen
parent efee2480d2
commit c470c6a172

View File

@@ -629,7 +629,7 @@ jobs:
test:
if: github.event_name != 'merge_group'
runs-on: ubuntu-20.04-8-cores
runs-on: ubuntu-24.04-arm
timeout-minutes: 60
needs: [conflict-check, clippy, fmt]
steps:
@@ -677,7 +677,7 @@ jobs:
coverage:
if: github.event_name == 'merge_group'
runs-on: ubuntu-20.04-8-cores
runs-on: ubuntu-24.04-arm
timeout-minutes: 60
steps:
- uses: actions/checkout@v4