Skip to content

Commit b539087

Browse files
authored
ci(workflows): adopt loarger runner for coverage test (#1111)
Because - The unit tests are getting resource consuming especially for the component tests. This commit - update coverage workflow to use a larger runner.
1 parent b62c575 commit b539087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
codecov:
1313
name: codecov
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04-4core-amd64
1515
permissions:
1616
contents: read
1717
pull-requests: write

0 commit comments

Comments
 (0)