From ce3fd4217d3678c2045b2d2d327482c0bd6e3a3e Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Thu, 11 Dec 2025 11:28:39 +0200 Subject: [PATCH] Update macOS build matrix in CI workflow Replaces specific macOS versions with 'macos-latest' and 'macos-15' in the build matrix to ensure compatibility with newer macOS runners. --- .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 c9ce26f..3405826 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -15,7 +15,7 @@ jobs: build-macos: strategy: matrix: - os: [macos-14, macos-13] + os: [macos-latest, macos-15] runs-on: ${{ matrix.os }} steps: