Skip to content

Commit

Permalink
fix(ci): disable macos build
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Jul 13, 2024
1 parent 783e84c commit bbd4d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os:
- macos-latest
# - macos-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit bbd4d6f

Please sign in to comment.