From 3d98159d84db36a12997c5004cb124b727159efa Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:42:50 +0000 Subject: [PATCH] ci: pin GitHub Actions macOS runners to macos-15 Co-authored-by: Michi Hoffmann --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 172878b..45287bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-15] python: ["3.8", "3.9", "3.10", "pypy-3.8"] REDIS_VERSION: ["<3", "<4", "<5"] env: