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.
This commit is contained in:
pentarctagon 2018-03-24 14:08:50 -05:00 committed by Pentarctagon
parent bad574f7c8
commit 376f2e9dbe

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