diff --git a/.github/workflows/ci-test-integration.yml b/.github/workflows/ci-test-integration.yml index 18ee1a980..a6db40549 100644 --- a/.github/workflows/ci-test-integration.yml +++ b/.github/workflows/ci-test-integration.yml @@ -13,7 +13,7 @@ on: jobs: build: if: github.event_name != 'pull_request' || !github.event.pull_request.draft - runs-on: extra-large + runs-on: ubuntu-latest-m name: Build Project steps: - name: Checkout this magicblock-validator @@ -39,7 +39,7 @@ jobs: run_integration_tests: needs: build - runs-on: extra-large + runs-on: ubuntu-latest-m strategy: matrix: batch_tests: diff --git a/.github/workflows/ci-test-unit.yml b/.github/workflows/ci-test-unit.yml index ed9dfc3bf..f4aeb251c 100644 --- a/.github/workflows/ci-test-unit.yml +++ b/.github/workflows/ci-test-unit.yml @@ -13,7 +13,7 @@ on: jobs: run_make_ci_test: if: github.event.pull_request.draft == false - runs-on: extra-large + runs-on: ubuntu-latest-m steps: - name: Checkout this magicblock-validator uses: actions/checkout@v2