From 02d3dcff36bc9b92d6ecf06c4e88b09b864d6ffa 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:41:18 +0000 Subject: [PATCH] ci: pin GitHub Actions macOS runners to macos-15 Co-authored-by: Michi Hoffmann --- .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 1fcbbf6..61e6322 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -374,7 +374,7 @@ jobs: ubuntu-24.04, ubuntu-22.04, ubuntu-22.04-arm, - macos-latest, # macOS arm64 + macos-15, # macOS arm64 macos-15-intel, # macOS x64 windows-latest, ]