Explicitly set osx_image for osx+scons job.
This is the current default, and even though the job uses scons this also sets the osx version to use. Therefore it's better to set it explicitly in case the default changes at some point.
(cherry-picked from commit 376f2e9dbe
)
This commit is contained in:
parent
9a8462eff7
commit
0c0df08e62
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ matrix:
|
|||
|
||||
- os: osx
|
||||
compiler: clang
|
||||
osx_image: xcode8.3
|
||||
env: TOOL=scons CXXSTD=14 NLS=false OPT=-O0
|
||||
|
||||
- os: osx
|
||||
|
|
Loading…
Add table
Reference in a new issue