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