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 264fc53 commit 60b39edCopy full SHA for 60b39ed
.github/workflows/nightly.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
49
runner: linux.2xlarge
50
- docker-image: executorch-ubuntu-22.04-clang12
+ docker-image: ci-image:executorch-ubuntu-22.04-clang12
51
submodules: recursive
52
timeout: 90
53
script: |
0 commit comments