From eb83cb34342aa604a3e22b227d734bb1fd03f62c Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Mon, 24 Nov 2025 21:44:52 +0900 Subject: [PATCH] Add comment. https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories Change-Id: I25307e2a2ff6be737336609d6af326360b7770bc --- .github/workflows/Build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 67dae5059..40559c04f 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -241,6 +241,8 @@ jobs: api-level: ${{ matrix.api-level }} arch: x86_64 disable-animations: true + # https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories + # Number of core of default public repository github action runner is 4 in all. cores: 4 disk-size: 6000M heap-size: 600M