Skip to content

Commit 0f13363

Browse files
committed
runs-on matrix
1 parent 7c1bfc9 commit 0f13363

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/central-controller.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ on:
77
jobs:
88
central_controller:
99
name: Central Controller Build
10-
runs-on: [gha-runner-x64, gha-runner-arm64]
10+
strategy:
11+
matrix:
12+
runner: [gha-runner-x64, gha-runner-arm64]
13+
runs-on: ${{ matrix.runner }}
1114
steps:
1215
- name: checkout
1316
uses: actions/checkout@v4

0 commit comments

Comments
 (0)