Skip to content

Commit 420ea3f

Browse files
authored
ci: use larger github actions runner (#34833)
Use 32 core instance for the PR build. Also updates actions to the latest versions. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 41311a2 commit 420ea3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: aws-cdk_ubuntu-latest_16-core
11+
runs-on: aws-cdk_ubuntu-latest_32-core
1212

1313
env:
1414
PR_BUILD: true
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Setup Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: "18"
2424
cache: "yarn"
@@ -31,7 +31,7 @@ jobs:
3131
# run: /root/ecr-proxy/start.sh
3232

3333
- name: Cache build artifacts
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
with:
3636
path: |
3737
~/.s3buildcache

0 commit comments

Comments
 (0)