Cleanup CI

This commit is contained in:
Victor Zverovich
2026-04-02 15:36:00 -07:00
parent 579587bee3
commit 907f002f8e
3 changed files with 14 additions and 3 deletions

View File

@@ -7,6 +7,9 @@ permissions:
jobs:
build:
name: >-
c++${{matrix.std }} ${{ matrix.build_type}}
${{matrix.shared && 'Shared' || ''}}
strategy:
matrix:
os: [macos-14]