We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bb3b5 commit 1f558c7Copy full SHA for 1f558c7
.github/workflows/pull.yml
@@ -99,7 +99,7 @@ jobs:
99
- build-tool: cmake
100
fail-fast: false
101
with:
102
- runner: ${{ matrix.runner }}
+ runner: linux.2xlarge
103
docker-image: executorch-ubuntu-22.04-clang12
104
submodules: 'true'
105
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -148,7 +148,7 @@ jobs:
148
149
150
151
152
153
154
0 commit comments