From 7ee21cab202c51d9a75767b608217516dcba51fb Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 25 Oct 2023 19:17:10 +0200 Subject: [PATCH] ci: use xl runners for compiling --- .github/workflows/_pr_entrypoint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_pr_entrypoint.yaml b/.github/workflows/_pr_entrypoint.yaml index d1f5b252f..cc2e6ad13 100644 --- a/.github/workflows/_pr_entrypoint.yaml +++ b/.github/workflows/_pr_entrypoint.yaml @@ -115,7 +115,7 @@ jobs: echo "version-emqx-enterprise=$(./pkg-vsn.sh emqx-enterprise)" | tee -a $GITHUB_OUTPUT compile: - runs-on: ${{ fromJSON(needs.sanity-checks.outputs.runner_labels) }} + runs-on: ${{ fromJSON(github.repository_owner == 'emqx' && '["self-hosted","ephemeral-xl","linux","x64"]' || '["ubuntu-22.04"]') }} container: ${{ needs.sanity-checks.outputs.builder }} needs: - sanity-checks