mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #14172 from carlocab/doctor-runners
workflows/doctor: use ephemeral runners
This commit is contained in:
commit
9c88c39bae
10
.github/workflows/doctor.yml
vendored
10
.github/workflows/doctor.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user