Skip to content

Commit 7f2dcb5

Browse files
committed
[dev] use ubuntu-latest-16-cores for builds
1 parent 11c9a0a commit 7f2dcb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
concurrency:
107107
group: ${{ github.ref == 'refs/heads/main' && github.run_id || github.sha }}-build-previewctl
108108
cancel-in-progress: ${{ needs.configuration.outputs.is_main_branch == 'false' }}
109-
runs-on: ubuntu-latest
109+
runs-on: ubuntu-latest-16-cores
110110
container:
111111
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
112112
steps:
@@ -157,7 +157,7 @@ jobs:
157157
build-gitpod:
158158
name: Build Gitpod
159159
needs: [ configuration ]
160-
runs-on: ubuntu-latest
160+
runs-on: ubuntu-latest-16-cores
161161
outputs:
162162
affected_packages: ${{ steps.check_vulnerabilities.outputs.affected_packages }}
163163
concurrency:

0 commit comments

Comments
 (0)