Skip to content

Commit

Permalink
feat: special os arch
Browse files Browse the repository at this point in the history
  • Loading branch information
lybenson committed Jun 23, 2024
1 parent 45c6b65 commit f7aa7f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest]
include:
- os: macos-latest
arch: arm64
- os: windows-latest
arch: x86_64
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit f7aa7f0

Please sign in to comment.