Glen 7 months ago
parent
commit
7d223a0095
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/build_and_test.yml

+ 4 - 1
.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: |