You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2020/02/25 22:14:44 UTC

[orc] 02/02: Fix spurious travis-ci failures by bumping up macos versions.

This is an automated email from the ASF dual-hosted git repository.

omalley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git

commit 5613a88a59a7c6656444605e6d24984d1ac335ce
Author: Owen O'Malley <om...@apache.org>
AuthorDate: Tue Feb 25 13:43:16 2020 -0800

    Fix spurious travis-ci failures by bumping up macos versions.
    
    Signed-off-by: Owen O'Malley <om...@apache.org>
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0ab8fc3..cbb23e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,7 @@ matrix:
       - export CXX=clang++-4.0
   - compiler: clang
     os: osx
-    osx_image: xcode7.3
+    osx_image: xcode9.4
     script:
     - brew link --overwrite --force openssl
     - mkdir build
@@ -41,7 +41,7 @@ matrix:
     - make package test-out
   - compiler: clang
     os: osx
-    osx_image: xcode10.3
+    osx_image: xcode11.3
     script:
     - brew link --overwrite --force openssl
     - mkdir build