fix: disable macOS build for sqlx-cli (for reals)

This commit is contained in:
Austin Bonander 2020-10-18 03:33:44 -07:00 committed by GitHub
parent d97014f620
commit 228729e2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest]#, macOS-latest]
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-musl