ci: fix runs-on

This commit is contained in:
Ramon Roche 2024-08-09 08:04:34 -07:00
parent 5d2968c582
commit 166bf22cb7
No known key found for this signature in database
GPG Key ID: 275988FAE5821713

View File

@ -20,7 +20,7 @@ jobs:
run: echo "::set-output name=matrix::$(./Tools/generate_board_targets_json.py --group)"
setup:
runs-on: ubuntu-latest
runs-on: self-hosted
needs: group_targets
strategy:
matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }}