From 0141ae25f3190ec0877b7a59917b2b1fe9755347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Thu, 26 Oct 2023 09:48:59 +0200 Subject: [PATCH] =?UTF-8?q?Reduce=20GitHub=20Action=20VM=20Size=20to=208-c?= =?UTF-8?q?ores=20=C2=B7=2032=20GB=20RAM=20=C2=B7=20300=20GB=20SSD=20(fixe?= =?UTF-8?q?s=20#2294)=20(#2296)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/codeql.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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