Skip to content

Commit

Permalink
CI: Try a smaller EC2 instance for AWS CodeBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Jul 13, 2024
1 parent c8db0a1 commit ed070de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CIArm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit ed070de

Please sign in to comment.