File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,13 @@ jobs:
4747 name : build-aar
4848 needs : check-if-aar-exists
4949 if : ${{ !github.event.pull_request.head.repo.fork }}
50- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.8
50+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
5151 secrets : inherit
5252 permissions :
5353 id-token : write
5454 contents : read
5555 with :
5656 secrets-env : EXECUTORCH_MAVEN_SIGNING_KEYID EXECUTORCH_MAVEN_SIGNING_PASSWORD EXECUTORCH_MAVEN_CENTRAL_PASSWORD EXECUTORCH_MAVEN_CENTRAL_USERNAME EXECUTORCH_MAVEN_SIGNING_GPG_KEY_CONTENTS
57- # As this job has access to Maven credential, run this on a fresh ephemeral runner
58- runner : ephemeral.linux.2xlarge
5957 docker-image : executorch-ubuntu-22.04-clang12-android
6058 submodules : ' recursive'
6159 ref : ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments