Skip to content

Commit 4408fbf

Browse files
committed
ci: switch autorelease check to single CPU runner
Switch autorelease check to use a single CPU runner based on ubuntu-slim to save costs. Link: https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners Signed-off-by: George Sapkin <[email protected]>
1 parent 9e5831e commit 4408fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-autorelease-deprecation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Check autorelease deprecation
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-slim
1111
strategy:
1212
fail-fast: false
1313

0 commit comments

Comments
 (0)