Skip to content

Commit

Permalink
.travis.yml: pin to macOS 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Sep 18, 2019
1 parent fbd48a3 commit 3c60dc4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ matrix:
dist: trusty
sudo: required
- os: osx
# Pin to macOS 10.12 (indirectly by using the Xcode 8.3 image). We must
# do this to get the OSXFUSE kernel extension to work because there
# currently is no know way to programmatically grant permissions to load
# a kernel extension in macOS 10.13.
#
# See https://github.com/travis-ci/travis-ci/issues/10017 for details.
osx_image: xcode8.3
language: go
go: 1.13

Expand Down

0 comments on commit 3c60dc4

Please sign in to comment.