We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a528e1 commit 801fa82Copy full SHA for 801fa82
.github/workflows/android-release-artifacts.yml
@@ -50,7 +50,7 @@ jobs:
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
# As this job has access to Maven credential, run this on a fresh ephemeral runner
53
- runner: linux.2xlarge.ephemeral
+ runner: ephemeral.linux.2xlarge
54
docker-image: executorch-ubuntu-22.04-clang12-android
55
submodules: 'recursive'
56
ref: ${{ github.sha }}
0 commit comments