forked from boostorg/variant2
Remove cxxstd=1z for Clang 5.0
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
install: clang-4.0
|
install: clang-4.0
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
compiler: clang++-5.0
|
compiler: clang++-5.0
|
||||||
cxxstd: "11,14,1z"
|
cxxstd: "11,14"
|
||||||
container: ubuntu:18.04
|
container: ubuntu:18.04
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
install: clang-5.0
|
install: clang-5.0
|
||||||
|
Reference in New Issue
Block a user