Skip to content

Commit

Permalink
Add CI for C++23 on macos
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <[email protected]>
  • Loading branch information
phprus committed Sep 4, 2024
1 parent 7eafa48 commit ad97cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- { os: macos-13, std: 11 }
- { os: macos-13, std: 17 }
include:
- { os: macos-14, build_type: Release, std: 23 }
- shared: -DBUILD_SHARED_LIBS=ON

runs-on: '${{ matrix.os }}'
Expand Down

0 comments on commit ad97cba

Please sign in to comment.