We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683869d commit 64fdebeCopy full SHA for 64fdebe
.github/workflows/android-release-artifacts.yml
@@ -49,7 +49,8 @@ jobs:
49
contents: read
50
with:
51
secrets-env: EXECUTORCH_MAVEN_SIGNING_KEYID EXECUTORCH_MAVEN_SIGNING_PASSWORD EXECUTORCH_MAVEN_CENTRAL_PASSWORD EXECUTORCH_MAVEN_CENTRAL_USERNAME EXECUTORCH_MAVEN_SIGNING_GPG_KEY_CONTENTS
52
- runner: linux.2xlarge
+ # As this job has access to Maven credential, run this on a fresh ephemeral runner
53
+ runner: ephemeral.linux.2xlarge
54
docker-image: executorch-ubuntu-22.04-clang12-android
55
submodules: 'recursive'
56
ref: ${{ github.sha }}
0 commit comments