Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/tasks/gandiva-jars/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

os: osx
osx_image: xcode8.3
osx_image: xcode9.2
sudo: required
language: cpp
compiler: clang
Expand Down
1 change: 1 addition & 0 deletions dev/tasks/homebrew-formulae/travis.osx.r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# limitations under the License.

os: osx
osx_image: xcode9.2
language: r
cache: packages
r: {{ r_version }}
Expand Down
1 change: 1 addition & 0 deletions dev/tasks/homebrew-formulae/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# limitations under the License.

os: osx
osx_image: xcode9.2
language: ruby
cache: bundler

Expand Down
4 changes: 2 additions & 2 deletions dev/tasks/python-wheels/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

os: osx
osx_image: xcode8.3
osx_image: xcode9.2
language: generic

# don't build twice
Expand Down Expand Up @@ -81,7 +81,7 @@ install:
# move built wheels to a top level directory
- mv -v arrow/python/dist/* dist/
# reinstall openssl because travis' deployment script depends on it
- brew install openssl
- brew install openssl@1.1

deploy:
provider: releases
Expand Down