Skip to content

Commit 346c902

Browse files
committed
feat: build binding in self hosted
1 parent 1836ff4 commit 346c902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: ./.github/workflows/reusable-build.yml
5858
with:
5959
target: x86_64-unknown-linux-gnu
60-
runner: ${{ needs.get-runner-labels.outputs.LINUX_RUNNER_LABELS }}
60+
runner: ${{ vars.LINUX_SELF_HOSTED_RUNNER_LABELS || '"ubuntu-22.04"' }}
6161
ref: ${{ github.event_name == 'workflow_dispatch' && format('refs/pull/{0}/head', inputs.pr) || github.sha }}
6262
test: false
6363
bench: false

0 commit comments

Comments
 (0)