From ba8011ce44727a89953decf8aa24759b46cf6c16 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:18:20 +0200 Subject: [PATCH] Update macOS build matrix to use macos-14-large Replaces macos-15-large with macos-14-large in the GitHub Actions build matrix for improved compatibility or resource availability. --- .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 c57218b..1004743 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-large] + os: [macos-latest, macos-14-large] runs-on: ${{ matrix.os }} steps: