Skip to content

Commit

Permalink
ci: use xl runners for compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed Oct 25, 2023
1 parent 81e052c commit 26f0cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_pr_entrypoint.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 26f0cb8

Please sign in to comment.