Skip to content

Commit

Permalink
set stdlibt to libc++ for osx clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Oct 18, 2023
1 parent 291042e commit 99c4013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ jobs:
- toolset: clang
cxxstd: "20,2b"
os: macos-12
stdlib: libc++
- toolset: clang
cxxstd: "20,2b"
os: macos-13
stdlib: libc++

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

1 comment on commit 99c4013

@pdimov
Copy link
Member

@pdimov pdimov commented on 99c4013 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's unnecessary. Stdlib is always libc++ under macOS.

Please sign in to comment.