1
0
forked from boostorg/mp11

Add xcode 11.6, 12.2 to Travis

This commit is contained in:
Peter Dimov
2021-03-24 21:29:58 +02:00
parent 680d5e6396
commit b7295ee2c3

View File

@@ -341,7 +341,17 @@ matrix:
env: TOOLSET=clang COMPILER=clang++ CXXSTD=11,14,1z
- os: osx
osx_image: xcode10.1
osx_image: xcode10.3
compiler: clang++
env: TOOLSET=clang COMPILER=clang++ CXXSTD=11,14,1z
- os: osx
osx_image: xcode11.6
compiler: clang++
env: TOOLSET=clang COMPILER=clang++ CXXSTD=11,14,1z
- os: osx
osx_image: xcode12.2
compiler: clang++
env: TOOLSET=clang COMPILER=clang++ CXXSTD=11,14,1z