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:
parent
bad574f7c8
commit
376f2e9dbe
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