mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 15:39:37 -05:00
ci: use larger runners for os image pipeline (#2399)
This commit is contained in:
parent
7c76592a08
commit
b4fb8439d0
4
.github/workflows/build-os-image.yml
vendored
4
.github/workflows/build-os-image.yml
vendored
@ -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-latest-8-cores
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user