From c470c6a1721388d5737c5975d5fd12d158fca817 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Mon, 20 Jan 2025 10:12:12 +0800 Subject: [PATCH] ci: use arm builders for tests (#5395) --- .github/workflows/develop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 76c5ca7a7f..3e57615be2 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -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