Skip to content

Commit

Permalink
👷 Temporarily remove clang-17 libc++ from build
Browse files Browse the repository at this point in the history
Upstream dependencies for Jammy seem broken at the moment.
  • Loading branch information
elbeno committed Dec 7, 2023
1 parent ce8c147 commit e35199a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
- compiler: clang
version: 14
stdlib: libstdc++
- compiler: clang
version: 17
stdlib: libc++
- compiler: clang
version: 13
- compiler: clang
Expand Down

0 comments on commit e35199a

Please sign in to comment.