diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7d61b2b4f860..a2418d93b810 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -44,7 +44,7 @@ jobs: codecov: name: Coverage if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]' - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: warp-ubuntu-2204-x64-4x timeout-minutes: 45 steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/forest.yml b/.github/workflows/forest.yml index 0bc8e06cb7cc..85f9dbd074d8 100644 --- a/.github/workflows/forest.yml +++ b/.github/workflows/forest.yml @@ -641,7 +641,7 @@ jobs: needs: - build-ubuntu name: Calibnet RPC checks - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: warp-ubuntu-2204-x64-8x env: # We use a custom Dockerfile for CI to speed up the build process. FOREST_DOCKERFILE_OVERRIDE: scripts/devnet/forest_ci.dockerfile diff --git a/.github/workflows/rpc-parity-report.yml b/.github/workflows/rpc-parity-report.yml index 861bbc6f47e8..49e1ec56034b 100644 --- a/.github/workflows/rpc-parity-report.yml +++ b/.github/workflows/rpc-parity-report.yml @@ -11,7 +11,7 @@ on: jobs: rpc-parity: name: RPC parity report - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: warp-ubuntu-2204-x64-8x steps: - name: Relocate docker volumes folder run: | diff --git a/.github/workflows/rpc-parity.yml b/.github/workflows/rpc-parity.yml index 159ddccdbd29..c4f2b0d80350 100644 --- a/.github/workflows/rpc-parity.yml +++ b/.github/workflows/rpc-parity.yml @@ -11,7 +11,7 @@ on: jobs: rpc-parity: name: RPC parity tests - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: warp-ubuntu-2204-x64-8x steps: - name: Relocate docker volumes folder run: | diff --git a/.github/workflows/snapshot-parity.yml b/.github/workflows/snapshot-parity.yml index 485c3e008815..499de7ce2692 100644 --- a/.github/workflows/snapshot-parity.yml +++ b/.github/workflows/snapshot-parity.yml @@ -6,7 +6,7 @@ on: jobs: snapshot-parity: name: Snapshot parity test - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: warp-ubuntu-2204-x64-8x steps: - name: Checkout Sources uses: actions/checkout@v6