-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed gcc-4.8 and 4.9 from GHA CI. Added gcc-11 toolchain for clang.
Boost.ASIO does not compile in C++11 mode on gcc prior to 5 as it uses std::align. Clang prior to 16 does not support libstdc++13 that is installed in GHA ubuntu-22.04 image by default in C++20 mode. Use libstdc++11 instead.
- Loading branch information
Showing
2 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters