From ce99605ef91299e2734d7006f40fcffc577ca4ef Mon Sep 17 00:00:00 2001 From: Klemens Date: Tue, 20 Dec 2022 11:27:38 +0800 Subject: [PATCH] C++17 builds on clang-5 are disabled. The C++17 stdlib used by clang-5 is not compliant, so asio doesn't compile. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bc08ed1..53d5fdff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: supported: true - toolset: clang compiler: clang++-5.0 - cxxstd: "11,14,1z" + cxxstd: "11,14" os: ubuntu-22.04 container: ubuntu:16.04 install: clang-5.0