From d1598b18bedd46134e2e63506ad05781513c3969 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:13 +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 bf1f537..0621b33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-15, windows-latest] zig-version: [0.14.1] runs-on: ${{ matrix.os }}