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