Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec9442c

Browse files
committed
ci: update runs-on to ubuntu-latest
This commit updates the `runs-on` configuration in the CI workflows (`ci.yml`, `pr.yml`) from specific `ubuntu-latest-Xcore` labels to the more general `ubuntu-latest`. This change reduces resource consumption. This change should not be needed for RBE and remote cache. (cherry picked from commit 1578402)
1 parent 5772469 commit ec9442c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
test:
6060
needs: build
61-
runs-on: ubuntu-latest-4core
61+
runs-on: ubuntu-latest
6262
steps:
6363
- name: Initialize environment
6464
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3186a078ec23edea6e2f6192ed013ec57bd95f87

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
test:
9292
needs: build
93-
runs-on: ubuntu-latest-16core
93+
runs-on: ubuntu-latest
9494
steps:
9595
- name: Initialize environment
9696
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3186a078ec23edea6e2f6192ed013ec57bd95f87

0 commit comments

Comments
 (0)