From 2df0e0a284293199b4d5a64a4f507c32cf77d874 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Thu, 25 Jun 2026 18:14:53 +0000 Subject: [PATCH] ci(.github/workflows): pin macos-15 runner to avoid macOS 26 SDK link failure --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77fb0c3..65fb8a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-15] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6