Skip to content

Commit

Permalink
build just x86
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Feb 14, 2024
1 parent 7d27c54 commit cf0cda2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_usearch_mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
# fail-fast: false
matrix:
arch: [arm64]
arch: [x86_64]
# arch: [arm64]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit cf0cda2

Please sign in to comment.