mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Apply suggestions from code review
Co-authored-by: Bo Anderson <mail@boanderson.me>
This commit is contained in:
parent
2f28b28058
commit
08e81aaf7a
14
.github/workflows/doctor.yml
vendored
14
.github/workflows/doctor.yml
vendored
@ -18,13 +18,13 @@ jobs:
|
||||
tests:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- runner: "13-arm64-${{github.run_id}}-${{github.run_attempt}}"
|
||||
- runner: "12-arm64"
|
||||
- runner: "12-${{github.run_id}}-${{github.run_attempt}}"
|
||||
- runner: "11-arm64"
|
||||
- runner: "11-${{github.run_id}}-${{github.run_attempt}}"
|
||||
- runner: "10.15-${{github.run_id}}-${{github.run_attempt}}"
|
||||
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.runner }}
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user