[object Object]

← back to Exo

matrix

7d223a0095d703be968fdbc3f307340863e36ba5 · 2024-12-06 17:27:22 +0000 · Glen

Files touched

Diff

commit 7d223a0095d703be968fdbc3f307340863e36ba5
Author: Glen <glen@192.168.1.214>
Date:   Fri Dec 6 17:27:22 2024 +0000

    matrix
---
 .github/workflows/build_and_test.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index a13548e9..30e041a8 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -14,7 +14,10 @@ env:
 
 jobs:
   check_local_runner:
-    runs-on: [self-hosted, macOS]
+    strategy:
+      matrix:
+        cpu: [M3, M4]
+    runs-on: [self-hosted, macOS, ${{ matrix.cpu }}]
     steps:
       - name: Test
         run: |

← cb3d89eb test runner  ·  back to Exo  ·  matrix 90fd5c13 →