File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ matrix:
38
38
# #########################################################################
39
39
- os : osx
40
40
env : CHECK_FORMATTING=true
41
- osx_image : xcode8
41
+ osx_image : xcode9.1
42
42
43
43
# #########################################################################
44
44
# Build with the main configuration on all the supported compilers
@@ -89,10 +89,15 @@ matrix:
89
89
env : UNIT_TESTS=true BOOST_VERSION=default
90
90
osx_image : xcode7.3
91
91
92
- # Xcode 8
92
+ # Xcode 8.3
93
93
- os : osx
94
94
env : UNIT_TESTS=true BOOST_VERSION=default
95
- osx_image : xcode8
95
+ osx_image : xcode8.3
96
+
97
+ # Xcode 9.1
98
+ - os : osx
99
+ env : UNIT_TESTS=true BOOST_VERSION=default
100
+ osx_image : xcode9.1
96
101
97
102
# #########################################################################
98
103
# Build with variations in the configuration
@@ -120,7 +125,7 @@ matrix:
120
125
# Without exceptions on OS X
121
126
- os : osx
122
127
env : UNIT_TESTS=true BOOST_VERSION=default CMAKE_OPTIONS="-DBOOST_HANA_ENABLE_EXCEPTIONS=OFF"
123
- osx_image : xcode8
128
+ osx_image : xcode9.1
124
129
125
130
# With Boost 1.59
126
131
- env : UNIT_TESTS=true COMPILER=default BOOST_VERSION=1.59.0
@@ -153,7 +158,7 @@ matrix:
153
158
# With Boost.Build instead of CMake (on OS X)
154
159
- os : osx
155
160
env : UNIT_TESTS=true BOOST_VERSION=default BOOST_BUILD=true
156
- osx_image : xcode8
161
+ osx_image : xcode9.1
157
162
158
163
# #########################################################################
159
164
# Generate the documentation
You can’t perform that action at this time.
0 commit comments