Skip to content

Commit fd53538

Browse files
committed
use larger runner
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent 83f206f commit fd53538

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-24.04
11+
runs-on:
12+
labels: ubuntu-22.04-16core
1213
steps:
1314
- uses: actions/checkout@v4
1415
- uses: actions-rust-lang/setup-rust-toolchain@v1

0 commit comments

Comments
 (0)