diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29fbc70ecd..9ffbca252b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: # Build will compile APK, test APK and run tests, lint, etc. build: - runs-on: ubuntu-22.04-64core + runs-on: ubuntu-22.04-8core # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index ffbc472edd..25e4197f6b 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -12,7 +12,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-22.04-64core + runs-on: ubuntu-22.04-8core timeout-minutes: 60 permissions: actions: read