Skip to content

Commit 43fd186

Browse files
committed
Remove cxxstd=1z from clang-5.0
1 parent abcb365 commit 43fd186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
install: clang-4.0
8484
- toolset: clang
8585
compiler: clang++-5.0
86-
cxxstd: "03,11,14,1z"
86+
cxxstd: "03,11,14"
8787
os: ubuntu-latest
8888
container: ubuntu:18.04
8989
install: clang-5.0

0 commit comments

Comments
 (0)