diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a2418d93b81..3f7240523ce 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: warp-ubuntu-2204-x64-4x + runs-on: warp-ubuntu-2404-arm64-4x timeout-minutes: 45 steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/forest.yml b/.github/workflows/forest.yml index 85f9dbd074d..2bfc277c960 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: warp-ubuntu-2204-x64-8x + runs-on: warp-ubuntu-2404-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 49e1ec56034..5135c717e4e 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: warp-ubuntu-2204-x64-8x + runs-on: warp-ubuntu-2404-x64-8x steps: - name: Relocate docker volumes folder run: | diff --git a/.github/workflows/rpc-parity.yml b/.github/workflows/rpc-parity.yml index c4f2b0d8035..132cc320bc0 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: warp-ubuntu-2204-x64-8x + runs-on: warp-ubuntu-2404-x64-8x steps: - name: Relocate docker volumes folder run: | diff --git a/.github/workflows/snapshot-parity.yml b/.github/workflows/snapshot-parity.yml index 499de7ce269..d9c8ff544bf 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: warp-ubuntu-2204-x64-8x + runs-on: warp-ubuntu-2404-x64-8x steps: - name: Checkout Sources uses: actions/checkout@v6