Update OSX build to XCode 12

Vendored OpenSSL is failing to build on the Travis default OS X image
This commit is contained in:
Michael Vines
2021-12-03 09:26:34 -08:00
committed by GitHub
parent b8837c04ec
commit 377efefead

View File

@ -28,6 +28,7 @@ jobs:
if: type IN (api, cron) OR tag IS present if: type IN (api, cron) OR tag IS present
name: "macOS release artifacts" name: "macOS release artifacts"
os: osx os: osx
osx_image: xcode12
language: rust language: rust
rust: rust:
- stable - stable