* Initial plan
* Remove retired macOS-13 runner from CI build matrix
Co-authored-by: ggerganov <redacted>
---------
Co-authored-by: copilot-swe-agent[bot] <redacted>
Co-authored-by: ggerganov <redacted>
build:
strategy:
matrix:
- os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
libraries: [shared, static]
runs-on: ${{ matrix.os }}