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:
pentarctagon 2018-03-24 14:08:50 -05:00 committed by Pentarctagon
parent 9a8462eff7
commit 0c0df08e62

View file

@ -28,6 +28,7 @@ matrix:
- os: osx
compiler: clang
osx_image: xcode8.3
env: TOOL=scons CXXSTD=14 NLS=false OPT=-O0
- os: osx