From 2f5dbc19b5d6e082551d2252a82de834a288e04e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 22 Dec 2024 02:56:30 +0200 Subject: [PATCH] Remove cxxstd=1z for Clang 5.0 --- .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 6a77fa6..d687555 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: install: clang-4.0 - toolset: clang compiler: clang++-5.0 - cxxstd: "11,14,1z" + cxxstd: "11,14" container: ubuntu:18.04 os: ubuntu-latest install: clang-5.0