Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #164 from basisai/no-mac
Browse files Browse the repository at this point in the history
Remove mac builds from release job
  • Loading branch information
Han Qiao authored Oct 19, 2021
2 parents 8154565 + e92af1e commit f500a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
target:
- aarch64-apple-darwin
# - aarch64-apple-darwin
- aarch64-unknown-linux-gnu
- x86_64-apple-darwin
# - x86_64-apple-darwin
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
runs-on: ubuntu-latest
Expand Down

0 comments on commit f500a52

Please sign in to comment.