Skip to content

Commit

Permalink
Ignore macos aarch64 once more
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 27, 2024
1 parent 70c8c36 commit e135b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
target: [aarch64, x86_64]
# target: [aarch64, x86_64]
target: [x86_64]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e135b0c

Please sign in to comment.