File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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-8-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-8-cores
161161 outputs :
162162 affected_packages : ${{ steps.check_vulnerabilities.outputs.affected_packages }}
163163 concurrency :
Original file line number Diff line number Diff line change 3535 jetbrains-smoke-test-linux :
3636 container :
3737 image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
38- runs-on : ubuntu-latest
38+ runs-on : ubuntu-latest-4-cores
3939 steps :
4040 - name : Generate Summary
4141 if : always()
You can’t perform that action at this time.
0 commit comments