Skip to content

Commit

Permalink
fix: disable macOS build for sqlx-cli (for reals)
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander authored Oct 18, 2020
1 parent d97014f commit 228729e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sqlx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 228729e

Please sign in to comment.