Skip to content

Commit

Permalink
Reduce GitHub Action VM Size to 8-cores · 32 GB RAM · 300 GB SSD (fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Oct 26, 2023
1 parent 5fb87ea commit 0141ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0141ae2

Please sign in to comment.