Skip to content

Commit 740da30

Browse files
committed
Travis: bump XCode version to 9.2
1 parent f257f56 commit 740da30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ matrix:
114114
compiler: clang
115115

116116
- os: osx
117-
osx_image: xcode8.3
117+
osx_image: xcode9.2
118118
env: BUILD_TYPE=Release CMAKE_GENERATOR="Xcode"
119119
addons:
120120
homebrew:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ gfx::timsort(collection, std::less<std::string>{}, &len);
7979
The library has been tested with the following compilers:
8080
* GCC 5
8181
* Clang 3.8
82-
* The AppleClang version that ships with Xcode 8.3
82+
* Xcode 9.2 AppleClang
8383
* MSVC 2017 update 9
8484

8585
It should also work with more recent compilers, and most likely with some older compilers too.

0 commit comments

Comments
 (0)