update ci
This commit is contained in:
parent
dec2c332bd
commit
61a05620d0
2 changed files with 1 additions and 8 deletions
|
@ -109,13 +109,6 @@ matrix:
|
|||
env:
|
||||
- CXX_COMPILER=clang++-9 CC_COMPILER=clang-9
|
||||
|
||||
|
||||
- os: osx
|
||||
compiler: clang++
|
||||
osx_image: xcode9.4
|
||||
env:
|
||||
- CXX_COMPILER=clang++ CC_COMPILER=clang
|
||||
|
||||
- os: osx
|
||||
compiler: clang++
|
||||
osx_image: xcode10.3
|
||||
|
|
|
@ -115,7 +115,7 @@ If you are using [Conan](https://www.conan.io/) to manage your dependencies, mer
|
|||
|
||||
* Clang/LLVM >= 5
|
||||
* Visual C++ >= 15.3 / Visual Studio >= 2017
|
||||
* Xcode >= 9
|
||||
* Xcode >= 10
|
||||
* GCC >= 7 (GCC >= 9 for NAMEOF_ENUM)
|
||||
|
||||
## Licensed under the [MIT License](LICENSE)
|
||||
|
|
Loading…
Reference in a new issue