From cdaf8922ef161743bf76624ce1744549aa5bbd97 Mon Sep 17 00:00:00 2001 From: Alan Luong Date: Tue, 15 Oct 2024 10:30:29 -0400 Subject: [PATCH] update instance type for fullnode-sync workflows --- .github/workflows/run-fullnode-sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-fullnode-sync.yaml b/.github/workflows/run-fullnode-sync.yaml index c4c2ce1e2d0874..057041ee8822e4 100644 --- a/.github/workflows/run-fullnode-sync.yaml +++ b/.github/workflows/run-fullnode-sync.yaml @@ -57,7 +57,7 @@ on: jobs: fullnode-sync: - runs-on: runs-on,cpu=16,ram=64,family=m5ad,image=aptos-ubuntu-x64,run-id=${{ github.run_id }} + runs-on: runs-on,family=i4i.4xlarge,image=aptos-ubuntu-x64,run-id=${{ github.run_id }} timeout-minutes: ${{ inputs.TIMEOUT_MINUTES || 300 }} # the default run is 300 minutes (5 hours). Specified here because workflow_dispatch uses string rather than number steps: - uses: actions/checkout@v4