From 3f958a9d4cfaaaad98e5bb7fbf66b2033d9a8601 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 5 Feb 2025 09:03:55 -0600 Subject: [PATCH] Use a larger runner for the `cargo build (msrv)` job (#15973) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7dbe8e422..a813be36dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -280,7 +280,7 @@ jobs: cargo-build-msrv: name: "cargo build (msrv)" - runs-on: ubuntu-latest + runs-on: depot-ubuntu-latest-8 needs: determine_changes if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }} timeout-minutes: 20