Glen 7 月之前
父节点
当前提交
90fd5c13a4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/build_and_test.yml

+ 2 - 2
.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: |