Skip to content

Commit bee0917

Browse files
authored
Provide SDK codegen unit tests with more space (#4328)
## Motivation and Context The latest release workflow encountered no space left on device in `check-sdk-codegen-unit-tests`: ``` = note: /usr/bin/ld: final link failed: No space left on device collect2: error: ld returned 1 exit status ``` This PR updates its runner to `smithy_ubuntu-latest_8-core` to resolve the issue. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent 39de327 commit bee0917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
runner: smithy_ubuntu-latest_8-core
100100
fetch-depth: 0
101101
- action: check-sdk-codegen-unit-tests
102-
runner: ubuntu-latest
102+
runner: smithy_ubuntu-latest_8-core
103103
- action: check-fuzzgen
104104
runner: ubuntu-latest
105105
- action: check-server-codegen-integration-tests

0 commit comments

Comments
 (0)