From 35c58bfcfa2a7c173aff507f527b827f6f60c370 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:15:30 +0200 Subject: [PATCH] Update macOS build matrix to use macos-15-large Replaces 'macos-15' with 'macos-15-large' in the GitHub Actions build matrix to utilize the larger runner for macOS 15 builds. --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 3405826..c57218b 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -15,7 +15,7 @@ jobs: build-macos: strategy: matrix: - os: [macos-latest, macos-15] + os: [macos-latest, macos-15-large] runs-on: ${{ matrix.os }} steps: