From 377efefeada999ecb7cbd3b3f1ecbd9531b17766 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 3 Dec 2021 09:26:34 -0800 Subject: [PATCH] Update OSX build to XCode 12 Vendored OpenSSL is failing to build on the Travis default OS X image --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d2fb9df222..bf0074056f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ jobs: if: type IN (api, cron) OR tag IS present name: "macOS release artifacts" os: osx + osx_image: xcode12 language: rust rust: - stable