File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180
180
SLACK_BOT_TOKEN : ${{ secrets.ANGULAR_ROBOT_SLACK_TOKEN }}
181
181
182
182
build :
183
- runs-on : ubuntu-latest-4core
183
+ runs-on : ubuntu-latest-16core
184
184
steps :
185
185
- name : Initialize environment
186
186
uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
run : bazel test --build_tag_filters=-e2e --test_tag_filters=-e2e --build_tests_only -- src/...
150
150
151
151
build :
152
- runs-on : ubuntu-latest-4core
152
+ runs-on : ubuntu-latest-16core
153
153
steps :
154
154
- name : Initialize environment
155
155
uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
You can’t perform that action at this time.
0 commit comments