We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120a9c9 commit 5dddd52Copy full SHA for 5dddd52
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
run: yarn -s check-tooling-setup
38
39
test:
40
- runs-on: ubuntu-latest-4core
+ runs-on: ubuntu-latest
41
steps:
42
- name: Initialize environment
43
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
@@ -54,7 +54,7 @@ jobs:
54
55
adev:
56
runs-on:
57
- labels: ubuntu-latest-4core
+ labels: ubuntu-latest
58
59
60
0 commit comments