runs-on matrix

This commit is contained in:
Grant Limberg 2025-09-03 08:22:47 -07:00
parent 7c1bfc97c4
commit 0f13363895

View file

@ -7,7 +7,10 @@ on:
jobs: jobs:
central_controller: central_controller:
name: Central Controller Build name: Central Controller Build
runs-on: [gha-runner-x64, gha-runner-arm64] strategy:
matrix:
runner: [gha-runner-x64, gha-runner-arm64]
runs-on: ${{ matrix.runner }}
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4