Skip to content

Commit

Permalink
Add osx_image to jobs config.
Browse files Browse the repository at this point in the history
Logs show that the default version of xcode is being used currently. This is possibly because osx_image needs to be configured here instead.
  • Loading branch information
abhinav92003 committed Jul 1, 2020
1 parent 4de78a7 commit 7467174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
# 64-bit OSX build with clang and run tests:
- if: type != cron AND env(TRAVIS_EVENT_TYPE) != cron
os: osx
osx_image: xcode12
# gcc on Travis claims to not be CMAKE_COMPILER_IS_GNUCC so we only run clang.
compiler: clang
env: DYNAMORIO_CROSS_AARCHXX_LINUX_ONLY=no DEPLOY=no EXTRA_ARGS=64_only
Expand Down

0 comments on commit 7467174

Please sign in to comment.