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:
47
47
name : build-aar
48
48
needs : check-if-aar-exists
49
49
if : ${{ !github.event.pull_request.head.repo.fork }}
50
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.7
50
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
51
51
secrets : inherit
52
52
permissions :
53
53
id-token : write
54
54
contents : read
55
55
with :
56
56
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
59
57
docker-image : executorch-ubuntu-22.04-clang12-android
60
58
submodules : ' recursive'
61
59
ref : ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments