Skip to content

Commit 2835386

Browse files
committed
fix: jetbrains runner disk space
1 parent 8ee37e7 commit 2835386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
is_fork: ${{ github.event.pull_request.head.repo.fork == true || github.actor == 'dependabot[bot]' }}
332332

333333
jetbrains-tests:
334-
runs-on: ubuntu-latest
334+
runs-on: ubuntu-latest-8-cores
335335
timeout-minutes: 15
336336
steps:
337337
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)