[object Object]

← back to Exo

matrix

90fd5c13a4d1c3294eeea5c5d26c6769c6745ac5 · 2024-12-06 17:32:59 +0000 · Glen

Files touched

Diff

commit 90fd5c13a4d1c3294eeea5c5d26c6769c6745ac5
Author: Glen <glen@192.168.1.214>
Date:   Fri Dec 6 17:32:59 2024 +0000

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

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

← 7d223a00 matrix  ·  back to Exo  ·  add exo run d154d37a →