From 43fd186a8eb5d2b3dcc04cde49092b5be2bc4085 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 21 Dec 2024 22:21:46 +0200 Subject: [PATCH] Remove cxxstd=1z from 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 37bb4f5..554d23a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: install: clang-4.0 - toolset: clang compiler: clang++-5.0 - cxxstd: "03,11,14,1z" + cxxstd: "03,11,14" os: ubuntu-latest container: ubuntu:18.04 install: clang-5.0