ci: give snapshot lanes eight cores

This commit is contained in:
Tianyi Cui
2026-07-22 14:28:32 +08:00
parent da1bee87c7
commit 95abe24cb7

View File

@@ -29,7 +29,7 @@ env:
jobs:
node-24:
if: github.event_name != 'workflow_dispatch' || inputs.suite == 'optimized-larger-runners'
runs-on: dsh-ubuntu-24-04-4core
runs-on: ${{ startsWith(matrix.lane, 'snapshot-') && 'dsh-ubuntu-24-04-8core' || 'dsh-ubuntu-24-04-4core' }}
name: node 24 / ${{ matrix.lane }}
env:
DSH_GATE_CONCURRENCY: ${{ matrix.gate_concurrency }}