Skip to content

Commit ccf374d

Browse files
authored
Update the runner type for check-client-codegen-unit-tests (#4201)
## Motivation and Context To fix the [No space left on device](https://github.com/smithy-lang/smithy-rs/actions/runs/16148239040/job/45581865654#step:4:440) error encountered during the release. ---- _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 78e6636 commit ccf374d

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
@@ -97,7 +97,7 @@ jobs:
9797
- action: check-client-codegen-integration-tests
9898
runner: smithy_ubuntu-latest_8-core
9999
- action: check-client-codegen-unit-tests
100-
runner: ubuntu-latest
100+
runner: smithy_ubuntu-latest_8-core
101101
- action: check-core-codegen-unit-tests
102102
runner: smithy_ubuntu-latest_8-core
103103
- action: check-rust-runtimes

0 commit comments

Comments
 (0)