diff --git a/.github/workflows/doctor.yml b/.github/workflows/doctor.yml index 50409557e6..db7a03e368 100644 --- a/.github/workflows/doctor.yml +++ b/.github/workflows/doctor.yml @@ -18,9 +18,15 @@ jobs: tests: strategy: matrix: - version: ["12-arm64", "12", "11-arm64", "11", "10.15"] + runner: + - "13-arm64-${{github.run_id}}-${{github.run_attempt}}" + - "12-arm64" + - "12-${{github.run_id}}-${{github.run_attempt}}" + - "11-arm64" + - "11-${{github.run_id}}-${{github.run_attempt}}" + - "10.15-${{github.run_id}}-${{github.run_attempt}}" fail-fast: false - runs-on: ${{ matrix.version }} + runs-on: ${{ matrix.runner }} env: PATH: "/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" defaults: