Skip to content

Commit 04fd660

Browse files
committed
Fix wrong runner
1 parent 7a5889c commit 04fd660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_test_riscv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run:
1818
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
1919
with:
20-
runner: ubuntu-latest
20+
runner: linux.2xlarge
2121
docker-image: ci-image:executorch-ubuntu-22.04-gcc11
2222
submodules: 'recursive'
2323
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)