Skip to content

Commit 228729e

Browse files
authored
fix: disable macOS build for sqlx-cli (for reals)
1 parent d97014f commit 228729e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sqlx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
strategy:
100100
matrix:
101-
os: [ubuntu-latest, windows-latest, macOS-latest]
101+
os: [ubuntu-latest, windows-latest]#, macOS-latest]
102102
include:
103103
- os: ubuntu-latest
104104
target: x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)