Skip to content

Commit

Permalink
ci: use larger runners for os image pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Oct 4, 2023
1 parent 7c76592 commit 51bcf82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-os-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ jobs:
make-os-image:
name: "Build OS using mkosi"
needs: [build-settings]
runs-on: ubuntu-22.04
# TODO(malt3): flatten outputs once possible
# https://github.com/community/community/discussions/17245
runs-on: ubuntu-22.04-8core
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 51bcf82

Please sign in to comment.