Skip to content

Commit 192d0ee

Browse files
authored
chore: switch from 4 to 16-core runners for build workflows (#268)
Our build is a lot slower on CI than it is locally. Try using a bigger runner. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent d8eeea8 commit 192d0ee

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/integ.yml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function configureProject<A extends pj.typescript.TypeScriptProject>(x: A): A {
7070
return x;
7171
}
7272

73-
const POWERFUL_RUNNER = 'aws-cdk_ubuntu-latest_4-core';
73+
const POWERFUL_RUNNER = 'aws-cdk_ubuntu-latest_16-core';
7474

7575
const workflowRunsOn = [
7676
POWERFUL_RUNNER,

0 commit comments

Comments
 (0)