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 7b0657c commit 7d6e099Copy full SHA for 7d6e099
.github/workflows/pull.yml
@@ -245,7 +245,7 @@ jobs:
245
fail-fast: false
246
with:
247
runner: linux.2xlarge
248
- docker-image: executorch-ubuntu-22.04-clang12
+ docker-image: ci-image:executorch-ubuntu-22.04-clang12
249
submodules: 'recursive'
250
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
251
timeout: 90
0 commit comments