From 8adb225a7851664b2e9185937ca39f6f8f2b503a Mon Sep 17 00:00:00 2001 From: Seth Parker Date: Thu, 11 Jun 2026 21:26:16 -0400 Subject: [PATCH] ci: build bottles on macos-26 (Tahoe) Adds the macos-26 runner to the test-bot matrix so we produce arm64_tahoe bottles alongside the existing arm64_sonoma, arm64_sequoia, and x86_64_linux builds. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 15d13f8..9def0a7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-14, macos-15] + os: [ubuntu-latest, macos-14, macos-15, macos-26] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew