From 8e60acfb801c0c189938c2732d1892b90a68a8a5 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Mon, 12 Jan 2026 14:46:19 +0100 Subject: [PATCH] fix: run codecov on buildjet --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1b68f4d32115..8006e3a3b7f3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -43,8 +43,8 @@ jobs: codecov: name: Coverage if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]' - runs-on: ubuntu-24.04-arm - timeout-minutes: 60 + runs-on: buildjet-4vcpu-ubuntu-2204 + timeout-minutes: 45 steps: - run: lscpu - name: Configure SCCache variables