Set macOS build to run only on macos-latest

Removed the matrix strategy for multiple macOS runners and set the workflow to use only macos-latest. Simplifies the build process and reduces resource usage.
This commit is contained in:
oop7
2025-12-11 13:24:37 +02:00
parent ba8011ce44
commit d8c754382f
+1 -4
View File
@@ -13,10 +13,7 @@ env:
jobs:
build-macos:
strategy:
matrix:
os: [macos-latest, macos-14-large]
runs-on: ${{ matrix.os }}
runs-on: macos-latest
steps:
- name: Checkout code