ci: use xl runners for compiling

This commit is contained in:
Ivan Dyachkov 2023-10-25 19:17:10 +02:00 committed by Zaiming (Stone) Shi
parent 4e198567d6
commit 7ee21cab20
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ jobs:
echo "version-emqx-enterprise=$(./pkg-vsn.sh emqx-enterprise)" | tee -a $GITHUB_OUTPUT echo "version-emqx-enterprise=$(./pkg-vsn.sh emqx-enterprise)" | tee -a $GITHUB_OUTPUT
compile: 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 }} container: ${{ needs.sanity-checks.outputs.builder }}
needs: needs:
- sanity-checks - sanity-checks