Skip to content

Commit 1d66166

Browse files
committed
CI probe: restore the self job's runs-on
1 parent 8b57c09 commit 1d66166

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,11 @@ jobs:
364364
device: 'gpu'
365365
interface: 'acc'
366366
shard: ''
367+
runs-on:
368+
group: phoenix
369+
labels: ${{ matrix.runner }}
370+
env:
371+
NODE_OPTIONS: ${{ matrix.cluster == 'phoenix' && '--max-old-space-size=2048' || '' }}
367372
steps:
368373
- name: Clone
369374
uses: actions/checkout@v5

0 commit comments

Comments
 (0)