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 e12537c commit 697ab91Copy full SHA for 697ab91
.github/workflows/pull.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
with:
25
runner: linux.2xlarge
26
- docker-image: ci-image:executorch-ubuntu-22.04-qnn-sdk
+ docker-image: ci-image:executorch-ubuntu-22.04-clang12
27
submodules: 'recursive'
28
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
29
timeout: 180
0 commit comments