From ed070deb694ace05b754b106cfd87727b8ff74e0 Mon Sep 17 00:00:00 2001 From: Tatsuya Kawano Date: Sun, 14 Jul 2024 05:27:20 +0800 Subject: [PATCH] CI: Try a smaller EC2 instance for AWS CodeBuild --- .github/workflows/CIArm64.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/CIArm64.yml b/.github/workflows/CIArm64.yml index c7dc5348..22562e5d 100644 --- a/.github/workflows/CIArm64.yml +++ b/.github/workflows/CIArm64.yml @@ -35,14 +35,12 @@ jobs: # Runs on AWS Graviton (arm64) runner at AWS CodeBuild. # https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html # https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html - runs-on: codebuild-moka-arm64-runner-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-medium + runs-on: codebuild-moka-arm64-runner-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-small steps: - name: Checkout Moka uses: actions/checkout@v4 - # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources - # 2-core CPU (x86_64), 7 GB of RAM - name: Show CPU into run: | echo "nproc: $(nproc)"