mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
workflows/tests: drop macOS 13 tests.
These are almost 2x as slow as the next slowest tests and we'll be dropping them around September this year at the latest anyway. There's still some basic coverage from the "default formula" tests which are much quicker to run on macOS 13.
This commit is contained in:
parent
1fb3bf8a14
commit
2b92fc18fe
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -257,9 +257,6 @@ jobs:
|
|||||||
test-flags: --coverage
|
test-flags: --coverage
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/homebrew/ubuntu20.04:latest
|
container: ghcr.io/homebrew/ubuntu20.04:latest
|
||||||
- name: tests (macOS 13 x86_64)
|
|
||||||
test-flags: --coverage
|
|
||||||
runs-on: macos-13
|
|
||||||
- name: tests (macOS 15 arm64)
|
- name: tests (macOS 15 arm64)
|
||||||
test-flags: --coverage
|
test-flags: --coverage
|
||||||
runs-on: macos-15
|
runs-on: macos-15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user