We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5889c commit 04fd660Copy full SHA for 04fd660
1 file changed
.github/workflows/_test_riscv.yml
@@ -17,7 +17,7 @@ jobs:
17
run:
18
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
19
with:
20
- runner: ubuntu-latest
+ runner: linux.2xlarge
21
docker-image: ci-image:executorch-ubuntu-22.04-gcc11
22
submodules: 'recursive'
23
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
0 commit comments