From 2b92fc18fe9736f6a2ea3b9ac7b9ad0b4fcd21c6 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 10 Apr 2025 16:32:36 +0100 Subject: [PATCH] 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. --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7ed1281baf..d911716a42 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -257,9 +257,6 @@ jobs: test-flags: --coverage runs-on: ubuntu-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) test-flags: --coverage runs-on: macos-15