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 dcff989 commit 680725aCopy full SHA for 680725a
.github/workflows/trunk.yml
@@ -612,6 +612,8 @@ jobs:
612
docker-image: executorch-ubuntu-22.04-clang12
613
fail-fast: false
614
with:
615
+ runner: ${{ matrix.runner }}
616
+ docker-image: ci-image:${{ matrix.docker-image }}
617
submodules: 'recursive'
618
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
619
timeout: 900
0 commit comments