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:
Mike McQuaid 2025-04-10 16:32:36 +01:00
parent 1fb3bf8a14
commit 2b92fc18fe
No known key found for this signature in database

View File

@ -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