mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-07 14:12:57 -04:00
ci: use larger runners for os image pipeline (#2399)
This commit is contained in:
parent
7c76592a08
commit
b4fb8439d0
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build-os-image.yml
vendored
4
.github/workflows/build-os-image.yml
vendored
|
@ -132,9 +132,7 @@ jobs:
|
||||||
make-os-image:
|
make-os-image:
|
||||||
name: "Build OS using mkosi"
|
name: "Build OS using mkosi"
|
||||||
needs: [build-settings]
|
needs: [build-settings]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest-8-cores
|
||||||
# TODO(malt3): flatten outputs once possible
|
|
||||||
# https://github.com/community/community/discussions/17245
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue