diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 8f02afe1e..e7af3662c 100644 --- a/.github/workflows/build_and_test.yml +++ b/.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 }}']