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.
This commit is contained in:
oop7
2025-12-11 12:18:20 +02:00
parent 35c58bfcfa
commit ba8011ce44
+1 -1
View File
@@ -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: