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

+ 1 - 1
.github/workflows/build_and_test.yml

@@ -16,7 +16,7 @@ jobs:
   check_local_runner:
     strategy:
       matrix:
-        cpu: ['M3', 'M4']
+        cpu: ['M4', 'M4']
         include:
           - benchmark_timeout: 500
     runs-on: ['self-hosted', 'macOS', '${{ matrix.cpu }}']