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 52ca00c commit 7f15e20Copy full SHA for 7f15e20
.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.4xlarge.memory
50
- docker-image: ci-image:executorch-ubuntu-22.04-clang12
+ docker-image: ci-image:executorch-ubuntu-22.04-qnn-sdk
51
submodules: recursive
52
timeout: 120
53
upload-artifact: test-report-${{ matrix.flow }}-${{ matrix.suite }}
0 commit comments