From 3c60dc478a73a623fa81b42e52b99002125490c0 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 18 Sep 2019 16:16:40 +0200 Subject: [PATCH] .travis.yml: pin to macOS 10.12 --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 30ddbb0..a8969a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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