Grant Limberg пре 1 недеља
родитељ
комит
0f13363895
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      .github/workflows/central-controller.yaml

+ 4 - 1
.github/workflows/central-controller.yaml

@@ -7,7 +7,10 @@ on:
 jobs:
   central_controller:
     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:
     - name: checkout
       uses: actions/checkout@v4