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.
This commit is contained in:
oop7
2025-12-11 12:15:30 +02:00
parent ce3fd4217d
commit 35c58bfcfa
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
build-macos: build-macos:
strategy: strategy:
matrix: matrix:
os: [macos-latest, macos-15] os: [macos-latest, macos-15-large]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: