Skip to content

Commit

Permalink
fix(ci): Use bigger build machine
Browse files Browse the repository at this point in the history
  • Loading branch information
heubeck committed Nov 21, 2024
1 parent 5a7eff6 commit be297b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

ci:
name: Application Build
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
needs: preparation
if: needs.preparation.outputs.has_changes == 'true'
steps:
Expand Down

0 comments on commit be297b3

Please # to comment.