Skip to content

Commit 1fd49e9

Browse files
change complete job runner to ubuntu-slim
1 parent f9b7c76 commit 1fd49e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
complete:
2323
if: always()
2424
needs: [fmt, check-git-rev-deps, semver-checks, build, test, build-fuzz, docs, readme, migration-docs]
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-slim
2626
steps:
2727
- if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
2828
run: exit 1

0 commit comments

Comments
 (0)