Skip to content

Commit dd452b6

Browse files
committed
Larger runner for build job
1 parent 3847840 commit dd452b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
job_build:
214214
name: Build
215215
needs: [job_get_metadata, job_install_deps]
216-
runs-on: ubuntu-20.04
216+
runs-on: ubuntu-20.04-large-js
217217
timeout-minutes: 30
218218
steps:
219219
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})

0 commit comments

Comments
 (0)